diff options
author | Sam James <sam@gentoo.org> | 2022-02-18 01:28:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 02:13:31 +0000 |
commit | 64fffddc8cadee575c8be5e36ee463f2cda05972 (patch) | |
tree | 0383858333c1ddf590708c96093e0068a6e92b4d /dev-libs/libxslt | |
parent | dev-python/jupyter_server: keyword 1.13.5 for ~riscv (diff) | |
download | gentoo-64fffddc8cadee575c8be5e36ee463f2cda05972.tar.gz gentoo-64fffddc8cadee575c8be5e36ee463f2cda05972.tar.bz2 gentoo-64fffddc8cadee575c8be5e36ee463f2cda05972.zip |
dev-libs/libxslt: add note on Python bindings
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.35.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |