From: Zac Medico Date: Mon, 27 Feb 2017 05:00:40 +0000 (-0800) Subject: dev-python/netifaces: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=386f84f817adf5c83e0da4a42ff7e5f68810a976;p=gentoo.git dev-python/netifaces: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild index 61b59cea70cb..593548549c81 100644 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild +++ b/dev-python/netifaces/netifaces-0.10.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 diff --git a/dev-python/netifaces/netifaces-0.10.5.ebuild b/dev-python/netifaces/netifaces-0.10.5.ebuild index 221d71d43744..e79bd789442a 100644 --- a/dev-python/netifaces/netifaces-0.10.5.ebuild +++ b/dev-python/netifaces/netifaces-0.10.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1