From: Thomas Deutschmann Date: Sun, 19 Apr 2020 13:37:11 +0000 (+0200) Subject: app-admin/gixy: add Python 3.7 & 3.8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f83f4365209775428c1a03a47b01c7e09f3708d;p=gentoo.git 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 --- diff --git a/app-admin/gixy/gixy-0.1.20.ebuild b/app-admin/gixy/gixy-0.1.20.ebuild index 24cbe707229b..cc686c970a01 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