commit: 4f83f4365209775428c1a03a47b01c7e09f3708d Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Apr 19 13:37:11 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Apr 19 13:37:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f83f436
app-admin/gixy: add Python 3.7 & 3.8 support 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 <AT> gentoo.org> app-admin/gixy/gixy-0.1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/gixy/gixy-0.1.20.ebuild b/app-admin/gixy/gixy-0.1.20.ebuild index 24cbe707229..cc686c970a0 100644 --- 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