diff options
author | 2017-12-20 01:20:29 +0100 | |
---|---|---|
committer | 2017-12-20 01:21:51 +0100 | |
commit | 903e849a0d544941fd8695f067f09b9e6adc8c9d (patch) | |
tree | 04791f693a6bd5920c9b0949c6b5829577ca1479 /dev-libs/libnl/libnl-3.4.0.ebuild | |
parent | media-libs/libdmtx: Bump to EAPI 6 (diff) | |
download | gentoo-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/libnl-3.4.0.ebuild')
-rw-r--r-- | dev-libs/libnl/libnl-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 |