summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-12-20 01:20:29 +0100
committerJeroen Roovers <jer@gentoo.org>2017-12-20 01:21:51 +0100
commit903e849a0d544941fd8695f067f09b9e6adc8c9d (patch)
tree04791f693a6bd5920c9b0949c6b5829577ca1479 /dev-libs/libnl
parentmedia-libs/libdmtx: Bump to EAPI 6 (diff)
downloadgentoo-903e849a0d544941fd8695f067f09b9e6adc8c9d.tar.gz
gentoo-903e849a0d544941fd8695f067f09b9e6adc8c9d.tar.bz2
gentoo-903e849a0d544941fd8695f067f09b9e6adc8c9d.zip
dev-libs/libnl: Add support for python 3.6 (bug #616928 by fhede).
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r--dev-libs/libnl/libnl-3.4.0.ebuild2
-rw-r--r--dev-libs/libnl/libnl-99999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild
index 64aedbef471b..ccd0aac9e390 100644
--- a/dev-libs/libnl/libnl-3.4.0.ebuild
+++ b/dev-libs/libnl/libnl-3.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
DISTUTILS_OPTIONAL=1
inherit distutils-r1 eutils libtool multilib multilib-minimal
diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild
index f65e3012a6a4..ebe525ac9df0 100644
--- a/dev-libs/libnl/libnl-99999999.ebuild
+++ b/dev-libs/libnl/libnl-99999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
DISTUTILS_OPTIONAL=1
inherit autotools distutils-r1 eutils git-r3 libtool multilib multilib-minimal