dev-python/pyformance: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 09:14:30 +0000 (02:14 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 09:14:30 +0000 (02:14 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/pyformance/pyformance-0.3.4.ebuild

index 63f04358f4744d2d53c0f7e316b63b611d2ae658..b9c3c16faf965a8089dbb298ad9b65e3d379cf67 100644 (file)
@@ -2,7 +2,7 @@
 # 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