diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 16:44:45 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-04 11:36:54 -0500 |
commit | c504c5616aa0e1f16a569ffa299d8b1029e940cd (patch) | |
tree | a3778e9209b0cab3bd1e9d1b7d8afeac78b90222 /dev-libs/libxml2 | |
parent | dev-libs/libnl: python3_8 (diff) | |
download | gentoo-c504c5616aa0e1f16a569ffa299d8b1029e940cd.tar.gz gentoo-c504c5616aa0e1f16a569ffa299d8b1029e940cd.tar.bz2 gentoo-c504c5616aa0e1f16a569ffa299d8b1029e940cd.zip |
dev-libs/libxml2: python3_8
Closes: https://bugs.gentoo.org/701578
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild index 90b38796287e..64d73e237ca9 100644 --- a/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.9-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) PYTHON_REQ_USE="xml" inherit libtool flag-o-matic ltprune python-r1 autotools prefix multilib-minimal |