Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/terminal-colors/
Date: Thu, 31 May 2018 21:33:06
Message-Id: 1527802362.ec665889360c7caa8257f9ef07b9b6d608b927d6.monsieurp@gentoo
1 commit: ec665889360c7caa8257f9ef07b9b6d608b927d6
2 Author: Jiayi Zhao <jeff.no.zhao <AT> gmail <DOT> com>
3 AuthorDate: Sat May 12 22:42:35 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 21:32:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec665889
7
8 app-misc/terminal-colors: add py36.
9
10 Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6
11
12 Closes: https://github.com/gentoo/gentoo/pull/8383
13
14 app-misc/terminal-colors/terminal-colors-2.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/terminal-colors/terminal-colors-2.2.ebuild b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
18 index 75389ef6f32..3d6b6e1b99f 100644
19 --- a/app-misc/terminal-colors/terminal-colors-2.2.ebuild
20 +++ b/app-misc/terminal-colors/terminal-colors-2.2.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29 PYTHON_REQ_USE="ncurses"
30
31 inherit python-r1