diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-19 15:37:11 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-19 15:37:11 +0200 |
commit | 4f83f4365209775428c1a03a47b01c7e09f3708d (patch) | |
tree | e3651d487b9d7c640d21b9382f9def358fc0048d /app-admin/gixy | |
parent | sys-devel/gcc: x86 stable wrt bug #717956 (diff) | |
download | gentoo-4f83f4365209775428c1a03a47b01c7e09f3708d.tar.gz gentoo-4f83f4365209775428c1a03a47b01c7e09f3708d.tar.bz2 gentoo-4f83f4365209775428c1a03a47b01c7e09f3708d.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/gixy')
-rw-r--r-- | app-admin/gixy/gixy-0.1.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |