commit: 1fbd3c33d4de591558ad537da5f3fb36e14ac9d1 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 07:41:40 2024 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 07:45:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbd3c33
games-misc/opengfx: enable py3.12 Test for ogfxe_extra.gfr still fails, but with same checksum as Python 3.11 (Bug #889073) Closes: https://bugs.gentoo.org/929584 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> games-misc/opengfx/opengfx-7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild index 2339cf531224..46401d798deb 100644 --- a/games-misc/opengfx/opengfx-7.1.ebuild +++ b/games-misc/opengfx/opengfx-7.1.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_{9..12} ) inherit python-any-r1
