dev-python/git-python: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 10:12:12 +0000 (02:12 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 10:12:12 +0000 (02:12 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/git-python/git-python-1.0.2.ebuild
dev-python/git-python/git-python-2.0.5.ebuild
dev-python/git-python/git-python-2.0.6.ebuild

index b6429f5abfa63dd711d189fd8f0e242d21f050e3..35daba2fc3b10b4ed6dc4c40ce9cde86672f8a0b 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} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 5ee756a3dc6acb1c9d01ce23f7979974f42ed111..c18090ac8f2a6d594022f267c8a73e81b888b9b2 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=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 5ee756a3dc6acb1c9d01ce23f7979974f42ed111..c18090ac8f2a6d594022f267c8a73e81b888b9b2 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=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1