commit: e6b1f926a1532107b007ece3c2f7ede18e954e50 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat May 4 17:19:37 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat May 4 17:38:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b1f926
games-puzzle/pingus: enable py3.12 Closes: https://bugs.gentoo.org/929592 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> games-puzzle/pingus/pingus-0.7.6-r5.ebuild | 4 ++-- 1 file 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"
