summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-11 17:46:18 +0000
committerSam James <sam@gentoo.org>2021-03-11 17:47:47 +0000
commitbd99230e235ef8e44d7ce4a8aaa53fbe123802c4 (patch)
tree8dc0a6cd643ead675829c2cac0ba41bd9d4d9adf /dev-libs/libxslt
parentdev-libs/libxml2: various style changes (diff)
downloadgentoo-bd99230e235ef8e44d7ce4a8aaa53fbe123802c4.tar.gz
gentoo-bd99230e235ef8e44d7ce4a8aaa53fbe123802c4.tar.bz2
gentoo-bd99230e235ef8e44d7ce4a8aaa53fbe123802c4.zip
dev-libs/libxslt: tiny style changes
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r--dev-libs/libxslt/libxslt-1.1.34-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild
index 114b12b1abf4..6e0b1e934022 100644
--- a/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="crypt debug examples static-libs elibc_Darwin"
BDEPEND=">=virtual/pkgconfig-1"
RDEPEND="
>=dev-libs/libxml2-2.9.10:2[${MULTILIB_USEDEP}]
- crypt? ( >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] )
+ crypt? ( >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}"
@@ -40,6 +40,7 @@ src_prepare() {
}
multilib_src_configure() {
+ # Python bindings were dropped as they were Python 2 only at the time
ECONF_SOURCE="${S}" econf \
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF} \
--with-html-subdir=html \