commit: 4fa8032c00df4e5d9a18a9572e63c44a36f0bb87
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 20:05:46 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 20:29:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa8032c
app-portage/elogv: Python 3.7 compatibility
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-portage/elogv/elogv-0.7.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/elogv/elogv-0.7.8.ebuild
b/app-portage/elogv/elogv-0.7.8.ebuild
index f97650aeaf6..9b427a3649c 100644
--- 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