dev-python/oslo-i18n: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 22:04:39 +0000 (15:04 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Mar 2017 01:30:21 +0000 (18:30 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild

index 9e491d0120d891011cae18dc6eb8f8bd4a23ee06..1c4788b056909515756c63a050d3c9b243f925d7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 
index ac18e0edbc2f5d36160b4e62e4cfb1419c57ec42..1e02c9edcd96fd44ecf5d3021dc97c5eb5fd41ae 100644 (file)
@@ -1,9 +1,9 @@
-# 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 vcs-snapshot