diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:01:00 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:01:00 +0100 |
commit | 560a7e898cd402d4e1c732c9960831cb0b6751e6 (patch) | |
tree | 4dcfcaec60fca175bef266da3ade939a5b0c7cc8 /games-arcade/solarwolf | |
parent | games-arcade/whichwayisup: Add py3.8 (with new pygame py3-only) (diff) | |
download | gentoo-560a7e898cd402d4e1c732c9960831cb0b6751e6.tar.gz gentoo-560a7e898cd402d4e1c732c9960831cb0b6751e6.tar.bz2 gentoo-560a7e898cd402d4e1c732c9960831cb0b6751e6.zip |
games-arcade/solarwolf: Add py3.8 (with new pygame py3-only)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade/solarwolf')
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild index 58715f576cc4..8f291786f9cb 100644 --- a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild +++ b/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit desktop eutils python-r1 |