From 64fffddc8cadee575c8be5e36ee463f2cda05972 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 18 Feb 2022 01:28:58 +0000 Subject: [PATCH] dev-libs/libxslt: add note on Python bindings Signed-off-by: Sam James --- 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 6f915b40f6209..8391c987527c1 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 \