dev-python/termcolor: Add python3.5 support
authorJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 10:27:04 +0000 (11:27 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 10:27:04 +0000 (11:27 +0100)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567220

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/termcolor/termcolor-1.1.0-r1.ebuild

index 2defae55087ad937b64539fecea910ad863db4d8..65fb759ff6065bb65404e2e23102c0b983cbafe5 100644 (file)
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1