diff options
author | Sam James <sam@gentoo.org> | 2023-05-11 21:12:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-11 21:12:59 +0100 |
commit | 61098f776f48327a7a2fc516383d77a844f51254 (patch) | |
tree | 3aaa13fb17256a942ca1e0ef5f83bd4a78402da3 /dev-libs/libxml2/libxml2-9999.ebuild | |
parent | dev-libs/libxml2: Version bump to 2.11.3 (diff) | |
download | gentoo-61098f776f48327a7a2fc516383d77a844f51254.tar.gz gentoo-61098f776f48327a7a2fc516383d77a844f51254.tar.bz2 gentoo-61098f776f48327a7a2fc516383d77a844f51254.zip |
dev-libs/libxml2: disable py3.9, restore elibtoolize
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2/libxml2-9999.ebuild')
-rw-r--r-- | dev-libs/libxml2/libxml2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-9999.ebuild b/dev-libs/libxml2/libxml2-9999.ebuild index b31269fea30e..c04a7cb51a53 100644 --- a/dev-libs/libxml2/libxml2-9999.ebuild +++ b/dev-libs/libxml2/libxml2-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 # Note: Please bump in sync with dev-libs/libxslt -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" inherit flag-o-matic python-r1 multilib-minimal |