projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5f5ae
)
dev-python/texttable: [QA] Normalize PYTHON_COMPAT
author
Mikle Kolyada
<zlogene@gentoo.org>
Fri, 8 Feb 2019 15:51:38 +0000
(18:51 +0300)
committer
Mikle Kolyada
<zlogene@gentoo.org>
Fri, 8 Feb 2019 15:52:27 +0000
(18:52 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-python/texttable/texttable-1.6.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/texttable/texttable-1.6.0.ebuild
b/dev-python/texttable/texttable-1.6.0.ebuild
index feb6ae0d924235e9aafce51b77c844c8c44d969d..7b84c8a238b93fb7c2c4a03c13970ec0466e1f57 100644
(file)
--- 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