app-portage/repoman: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:54:04 +0000 (14:54 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:56:26 +0000 (14:56 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-portage/repoman/repoman-2.3.0-r1.ebuild
app-portage/repoman/repoman-2.3.0-r2.ebuild
app-portage/repoman/repoman-2.3.1.ebuild
app-portage/repoman/repoman-9999.ebuild

index f3c1d217a33726db0877ec7fab77d281709656ef..65ded40f7ca6f0ca603784eb1872f97322cc2f85 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=(
        pypy
-       python3_3 python3_4 python3_5
+       python3_3 python3_4 python3_5 python3_6
        python2_7
 )
 PYTHON_REQ_USE='bzip2(+)'
index aa0f82ac85d3b65b34960def8bec1b295ef22f1e..aef2b68098023786310366c5d8d291b049fdd106 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=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE='bzip2(+)'
 
 inherit distutils-r1
index 1aca37487b5cd4b33b56a11ecb6a5f10d5918ec9..0415b6f1d75f7ee61edda7881399173bd479a139 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE='bzip2(+)'
 
 inherit distutils-r1
index 0bc133884be67cc8028ce81b10bf57adb69e9de2..f2330461196477ab7b7f16b3b4f0540fd15c9986 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=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE='bzip2(+)'
 
 inherit distutils-r1