dev-python/keystoneauth: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 21:49:47 +0000 (14:49 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Mar 2017 01:30:17 +0000 (18:30 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
dev-python/keystoneauth/keystoneauth-2.18.0.ebuild

index b65ac100cf8e7ded0b4d8bd5e91c26372bcb3eb8..1a36a64ad01e8eadb7b88eb9dcaed7c1dd7f36f7 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
 
index 9fd98485044a01fcb439cb464a4383304c984f87..d66b091c87ed7345d11f582db17b9264487ab26f 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