Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/
Date: Fri, 08 Feb 2019 15:52:43
Message-Id: 1549641147.a100b340da4ab2721f36b38e536d7e81bdaf330d.zlogene@gentoo
1 commit: a100b340da4ab2721f36b38e536d7e81bdaf330d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 8 15:51:38 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 8 15:52:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a100b340
7
8 dev-python/texttable: [QA] Normalize PYTHON_COMPAT
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/texttable/texttable-1.6.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/texttable/texttable-1.6.0.ebuild b/dev-python/texttable/texttable-1.6.0.ebuild
17 index feb6ae0d924..7b84c8a238b 100644
18 --- a/dev-python/texttable/texttable-1.6.0.ebuild
19 +++ b/dev-python/texttable/texttable-1.6.0.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python{2_7,3_{5..7}} )
25 +
26 +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
27
28 inherit distutils-r1