projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a32844
)
app-admin/gixy: add Python 3.7 & 3.8 support
author
Thomas Deutschmann
<whissi@gentoo.org>
Sun, 19 Apr 2020 13:37:11 +0000
(15:37 +0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Sun, 19 Apr 2020 13:37:11 +0000
(15:37 +0200)
All tests passing.
Closes: https://bugs.gentoo.org/718180
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-admin/gixy/gixy-0.1.20.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/gixy/gixy-0.1.20.ebuild
b/app-admin/gixy/gixy-0.1.20.ebuild
index 24cbe707229b09644a017ee0e009859d73a30f45..cc686c970a0185b2d85bcac590f7b0184568e5d9 100644
(file)
--- a/
app-admin/gixy/gixy-0.1.20.ebuild
+++ b/
app-admin/gixy/gixy-0.1.20.ebuild
@@
-3,7
+3,7
@@
EAPI="7"
-PYTHON_COMPAT=( python3_
6
)
+PYTHON_COMPAT=( python3_
{6,7,8}
)
inherit distutils-r1