dev-python/cursive: readd py36 support to 0.2.2
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 04:44:20 +0000 (23:44 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 05:08:13 +0000 (00:08 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/cursive/cursive-0.2.2.ebuild

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