diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-05-04 19:19:37 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-05-04 19:38:02 +0200 |
commit | e6b1f926a1532107b007ece3c2f7ede18e954e50 (patch) | |
tree | ec4925221eb26c90f3020c08e0a3e299b0b3ef42 /games-puzzle | |
parent | games-emulation/hatari: add 2.5.0, enable py3.12 (diff) | |
download | gentoo-e6b1f926a1532107b007ece3c2f7ede18e954e50.tar.gz gentoo-e6b1f926a1532107b007ece3c2f7ede18e954e50.tar.bz2 gentoo-e6b1f926a1532107b007ece3c2f7ede18e954e50.zip |
games-puzzle/pingus: enable py3.12
Closes: https://bugs.gentoo.org/929592
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/pingus/pingus-0.7.6-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild index 11f6cb1c5cb1..0e31967af72e 100644 --- a/games-puzzle/pingus/pingus-0.7.6-r5.ebuild +++ b/games-puzzle/pingus/pingus-0.7.6-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Free Lemmings clone" |