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

dev-python/stevedore/stevedore-1.17.1.ebuild
dev-python/stevedore/stevedore-1.20.0.ebuild

index b0cddeb30bd793bf7801656aefb511eec75f548b..c85b314968b7d96525b723839b8e7c71423cb0d2 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
 
index 091165f121e6fa38f3476457bd1127f294229308..a10bbe2975d820d341d76f5d3b5ac62bfe4e8e55 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