commit: 50be0bc69d63a7251f97c7cb356772bd35208685
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 21:34:56 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 01:30:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50be0bc6
dev-python/stevedore: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/stevedore/stevedore-1.17.1.ebuild | 4 ++--
dev-python/stevedore/stevedore-1.20.0.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/stevedore/stevedore-1.17.1.ebuild
b/dev-python/stevedore/stevedore-1.17.1.ebuild
index b0cddeb30bd..c85b314968b 100644
--- a/dev-python/stevedore/stevedore-1.17.1.ebuild
+++ b/dev-python/stevedore/stevedore-1.17.1.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
diff --git a/dev-python/stevedore/stevedore-1.20.0.ebuild
b/dev-python/stevedore/stevedore-1.20.0.ebuild
index 091165f121e..a10bbe2975d 100644
--- a/dev-python/stevedore/stevedore-1.20.0.ebuild
+++ b/dev-python/stevedore/stevedore-1.20.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