commit: 6e3a6d8dfcba77d235c0d3911dbe1dfd26c7bcd8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 15:12:27 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 4 16:36:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3a6d8d
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 <AT> gentoo.org> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> dev-libs/libnl/libnl-3.5.0.ebuild | 3 ++- 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 32fb308b60f..ae230e8101e 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 bb976be4513..96cee7696c8 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
