projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e642d3a
)
dev-python/ansicolor: add python3_5 support
author
Ilya Tumaykin
<itumaykin@gmail.com>
Fri, 6 Jan 2017 18:14:26 +0000
(21:14 +0300)
committer
David 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
patch
|
blob
|
history
diff --git
a/dev-python/ansicolor/ansicolor-0.2.4.ebuild
b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
index a59a5543d8a6cc57465223652254f01ab6fe6263..4ec60fc4652b5d5098fec949f55d7e2095755b2e 100644
(file)
--- a/
dev-python/ansicolor/ansicolor-0.2.4.ebuild
+++ b/
dev-python/ansicolor/ansicolor-0.2.4.ebuild
@@
-1,10
+1,10
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
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