dev-python/hacking: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 02:11:03 +0000 (18:11 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 03:53:51 +0000 (19:53 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/hacking/hacking-0.10.1.ebuild
dev-python/hacking/hacking-0.10.2.ebuild
dev-python/hacking/hacking-0.9.2.ebuild
dev-python/hacking/hacking-0.9.5.ebuild
dev-python/hacking/hacking-0.9.6.ebuild

index 5ee51688ae217ffc5a06bb9d5acfe46ccc764649..0aca92f740940442960bcd90b31afba7c1f98bb8 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index 20e56beee42e949f7edda5aa5f4f9e02994e155c..85a79b06d70622db1e61329d050642dd748e78bf 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index b233e5bb432ef14c9f24fe11c48c9e291a324aab..e631d7b098e88431000178529ca541115f01b875 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index 98dd30c4ec144e9404af57db8a07ab33f5a659e0..7645220ffd971ce6c2b892fba54296a073c32815 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index bce42f3e54ed5947fd84d48f66a009c35076d939..ef8b49864692eee039a21957ea06dbaeaf0354ba 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}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1