diff options
author | Andreas Zuber <a.zuber@gmx.ch> | 2020-12-10 09:25:28 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-11 10:40:04 +0200 |
commit | 8b06db27405cd1953b338fb59ac8af49a80f6732 (patch) | |
tree | 1bd15a0c3de30117bdf5b87eca8be769067d5928 /games-util | |
parent | games-util/pyfa: version bump to 2.33.0 (diff) | |
download | gentoo-8b06db27405cd1953b338fb59ac8af49a80f6732.tar.gz gentoo-8b06db27405cd1953b338fb59ac8af49a80f6732.tar.bz2 gentoo-8b06db27405cd1953b338fb59ac8af49a80f6732.zip |
games-util/pyfa: update live ebuild
Add python 3.9 support
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/pyfa/pyfa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild index 025d566549c3..45cf9b4ed504 100644 --- a/games-util/pyfa/pyfa-9999.ebuild +++ b/games-util/pyfa/pyfa-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="sqlite" inherit desktop edos2unix python-single-r1 xdg |