diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-11-13 14:38:14 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-11-13 19:44:12 -0500 |
commit | a6cc1804d1496628c4a837c0dec95cfaeabf2eb2 (patch) | |
tree | ed233a320c76e1856a178acc6e9506529a311d5d /games-arcade | |
parent | games-arcade/funnyboat: use windowed mode by default (diff) | |
download | gentoo-a6cc1804d1496628c4a837c0dec95cfaeabf2eb2.tar.gz gentoo-a6cc1804d1496628c4a837c0dec95cfaeabf2eb2.tar.bz2 gentoo-a6cc1804d1496628c4a837c0dec95cfaeabf2eb2.zip |
games-arcade/solarwolf: enable py3.10
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.5_p3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5_p3.ebuild b/games-arcade/solarwolf/solarwolf-1.5_p3.ebuild index 93c392620e1a..5801f8c27825 100644 --- a/games-arcade/solarwolf/solarwolf-1.5_p3.ebuild +++ b/games-arcade/solarwolf/solarwolf-1.5_p3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-single-r1 MY_P="${PN}-$(ver_cut 1-2)" |