From: Justin Lecher Date: Thu, 3 Dec 2015 10:27:04 +0000 (+0100) Subject: dev-python/termcolor: Add python3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d9ab3fa4a073d284abd99755d06ccc1b52ed08b;p=gentoo.git dev-python/termcolor: Add python3.5 support Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567220 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher --- diff --git a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild index 2defae55087a..65fb759ff606 100644 --- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild +++ b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild @@ -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