dev-python/ansicolor: add python3_5 support
authorIlya Tumaykin <itumaykin@gmail.com>
Fri, 6 Jan 2017 18:14:26 +0000 (21:14 +0300)
committerDavid Seifert <soap@gentoo.org>
Sat, 7 Jan 2017 14:48:33 +0000 (16:48 +0200)
Build succeeds, no testsuite, builtin demos work.

Gentoo-Bug: 590354

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3353

dev-python/ansicolor/ansicolor-0.2.4.ebuild

index a59a5543d8a6cc57465223652254f01ab6fe6263..4ec60fc4652b5d5098fec949f55d7e2095755b2e 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
 inherit distutils-r1