app-admin/glance: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:49:18 +0000 (22:49 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:51:43 +0000 (22:51 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-admin/glance/glance-16.0.1.ebuild
app-admin/glance/glance-2017.2.9999.ebuild
app-admin/glance/glance-2018.1.9999.ebuild

index 4d76fb8c4b27859b21d4e27502ad0549aa32d301..46eec10bb8db9a4210574a553bba4d85c06c97bf 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 user
 
index 408b991b18c1209e13ec2c19fbe7ac95a79db533..b62d4fbb8e4cada845a46d701fd3bea7bb4d2662 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 user
 
index a3a068b143c53415c83fa0c102081d86ed157089..a986be6542e7d59d8911dfc7436199c5239d2dcb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 user