From: Zac Medico Date: Sun, 12 Mar 2017 21:34:56 +0000 (-0700) Subject: dev-python/stevedore: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=50be0bc69d63a7251f97c7cb356772bd35208685;p=gentoo.git dev-python/stevedore: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/stevedore/stevedore-1.17.1.ebuild b/dev-python/stevedore/stevedore-1.17.1.ebuild index b0cddeb30bd7..c85b314968b7 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 091165f121e6..a10bbe2975d8 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