projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc4223
)
app-portage/elogv: Python 3.7 compatibility
author
Craig Andrews
<candrews@gentoo.org>
Sun, 13 Oct 2019 20:05:46 +0000
(16:05 -0400)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Oct 2019 20:29:17 +0000
(13:29 -0700)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
app-portage/elogv/elogv-0.7.8.ebuild
patch
|
blob
|
history
diff --git
a/app-portage/elogv/elogv-0.7.8.ebuild
b/app-portage/elogv/elogv-0.7.8.ebuild
index f97650aeaf68752da1a877bf5eed7dda066948ca..9b427a3649c422a4c2288ddc1bb04c4e192ab2ba 100644
(file)
--- a/
app-portage/elogv/elogv-0.7.8.ebuild
+++ b/
app-portage/elogv/elogv-0.7.8.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6
,7
} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1