dev-python/cursive: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:46:32 +0000 (22:46 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:51:39 +0000 (22:51 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/cursive/cursive-0.2.1.ebuild

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