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

dev-python/os-client-config/os-client-config-1.21.1.ebuild
dev-python/os-client-config/os-client-config-1.26.0.ebuild

index 4825c9e985e810487b13d7b4c0956198d0422a64..64fd2a63ec7022b5482af236572cd436f9fcf237 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
 
index ae3a9d9771f8ab734ea3a7a07f12160ad2a80042..de61dfc0bb4e83746fcaf5041545290812671b58 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