Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/termcolor/
Date: Thu, 03 Dec 2015 10:27:20
Message-Id: 1449138424.9d9ab3fa4a073d284abd99755d06ccc1b52ed08b.jlec@gentoo
1 commit: 9d9ab3fa4a073d284abd99755d06ccc1b52ed08b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 10:27:04 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 10:27:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9ab3fa
7
8 dev-python/termcolor: Add python3.5 support
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567220
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/termcolor/termcolor-1.1.0-r1.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
19 index 2defae5..65fb759 100644
20 --- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
21 +++ b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
22 @@ -3,7 +3,8 @@
23 # $Id$
24
25 EAPI=5
26 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
27 +
28 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
29
30 inherit distutils-r1