From 50be0bc69d63a7251f97c7cb356772bd35208685 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Mar 2017 14:34:56 -0700 Subject: [PATCH] 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 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 -- 2.26.2