commit: 64fffddc8cadee575c8be5e36ee463f2cda05972
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 01:28:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:13:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fffddc
dev-libs/libxslt: add note on Python bindings
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libxslt/libxslt-1.1.35.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-libs/libxslt/libxslt-1.1.35.ebuild
b/dev-libs/libxslt/libxslt-1.1.35.ebuild
index 6f915b40f620..8391c987527c 100644
--- a/dev-libs/libxslt/libxslt-1.1.35.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.35.ebuild
@@ -40,6 +40,8 @@ src_prepare() {
multilib_src_configure() {
# Python bindings were dropped as they were Python 2 only at the time
+ # Work in 1.1.35+ is occurring to add prelim. Python 3 support, so could
+ # restore if something needs them.
ECONF_SOURCE="${S}" econf \
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF} \
--with-html-subdir=html \