dev-python/frozen-flask: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:10:09 +0000 (13:10 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:39 +0000 (13:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/frozen-flask/frozen-flask-0.15.ebuild

index 2b483cb2f881fc93561dc272ffcd26e0a41310fa..8035ad11944a9717a7c2b18918e483414a2559bc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 
 inherit distutils-r1