diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 16:12:27 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-12-04 11:36:53 -0500 |
commit | 6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8 (patch) | |
tree | aa0b2936853b0f2b7fc7d6bf12b423fc4308f17f /dev-libs/libnl | |
parent | media-gfx/hugin: python3_7, python3_8 (diff) | |
download | gentoo-6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8.tar.gz gentoo-6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8.tar.bz2 gentoo-6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8.zip |
dev-libs/libnl: python3_8
Closes: https://bugs.gentoo.org/701568
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/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.5.0.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-99999999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild index 32fb308b60fa..ae230e8101ea 100644 --- a/dev-libs/libnl/libnl-3.5.0.ebuild +++ b/dev-libs/libnl/libnl-3.5.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool multilib-minimal diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild index bb976be45138..96cee7696c84 100644 --- a/dev-libs/libnl/libnl-99999999.ebuild +++ b/dev-libs/libnl/libnl-99999999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) DISTUTILS_OPTIONAL=1 inherit autotools distutils-r1 git-r3 libtool multilib multilib-minimal |