dev-python/netifaces: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 05:00:40 +0000 (21:00 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 05:00:40 +0000 (21:00 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/netifaces/netifaces-0.10.4.ebuild
dev-python/netifaces/netifaces-0.10.5.ebuild

index 61b59cea70cb045cdf63c700fc120f0139bfd0c9..593548549c81961697114e653aa60fe245d29b5f 100644 (file)
@@ -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
 
index 221d71d4374439fe8ca1a593ba7eb4e8ce4aa4a8..e79bd789442a1a8dac0d0c8601d0200c5b6e9af9 100644 (file)
@@ -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