dev-python/python-keystoneclient: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Mar 2017 00:31:09 +0000 (17:31 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Mar 2017 01:30:28 +0000 (18:30 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/python-keystoneclient/python-keystoneclient-3.10.0.ebuild
dev-python/python-keystoneclient/python-keystoneclient-3.5.0.ebuild

index 5c0ab4d1593cb103e24c39884aa81dcb9744bdb8..986f8a500d246b4e560e4cf054e28397c520cda3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index 78e63424302c3ce4f02aef13bea0db52d23499cd..990b25200bd4780cdeeb2596f1b26ae17eced2b2 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1