From bd99230e235ef8e44d7ce4a8aaa53fbe123802c4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 Mar 2021 17:46:18 +0000 Subject: dev-libs/libxslt: tiny style changes Signed-off-by: Sam James --- dev-libs/libxslt/libxslt-1.1.34-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-libs/libxslt') 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 \ -- cgit v1.2.3-65-gdbad