commit: 325a91b159598d836564e4234cd1a6d2e6ab8555
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 22:04:39 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 01:30:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325a91b1
dev-python/oslo-i18n: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild | 2 +-
dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
b/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
index 9e491d0120d..1c4788b0569 100644
--- a/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
+++ b/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
@@ -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
diff --git a/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild
b/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild
index ac18e0edbc2..1e02c9edcd9 100644
--- a/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild
+++ b/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild
@@ -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