commit: a100b340da4ab2721f36b38e536d7e81bdaf330d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 8 15:51:38 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 15:52:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a100b340
dev-python/texttable: [QA] Normalize PYTHON_COMPAT
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/texttable/texttable-1.6.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/texttable/texttable-1.6.0.ebuild
b/dev-python/texttable/texttable-1.6.0.ebuild
index feb6ae0d924..7b84c8a238b 100644
--- a/dev-python/texttable/texttable-1.6.0.ebuild
+++ b/dev-python/texttable/texttable-1.6.0.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5..7}} )
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
inherit distutils-r1