projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9cd5b
)
dev-python/cangjie: Enable py3.{7,8}
author
Michał Górny
<mgorny@gentoo.org>
Wed, 22 Apr 2020 16:17:44 +0000
(18:17 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 22 Apr 2020 18:40:24 +0000
(20:40 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/cangjie/cangjie-1.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cangjie/cangjie-1.3.ebuild
b/dev-python/cangjie/cangjie-1.3.ebuild
index c31639bf3165c02dcd02bf328b010917f1ce618e..96769343a7e8c851ef3e39a91b0a8a33952b9d9c 100644
(file)
--- a/
dev-python/cangjie/cangjie-1.3.ebuild
+++ b/
dev-python/cangjie/cangjie-1.3.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python3_
6
)
+PYTHON_COMPAT=( python3_
{6,7,8}
)
inherit autotools python-r1