summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2024-04-27 07:41:40 +0000
committerMatthew Smith <matthew@gentoo.org>2024-04-27 07:45:25 +0000
commit1fbd3c33d4de591558ad537da5f3fb36e14ac9d1 (patch)
tree20842c3375e0e07b293ccb4beea8f8665a7880a4
parentgames-util/nml: add 0.7.5 (diff)
downloadgentoo-1fbd3c33d4de591558ad537da5f3fb36e14ac9d1.tar.gz
gentoo-1fbd3c33d4de591558ad537da5f3fb36e14ac9d1.tar.bz2
gentoo-1fbd3c33d4de591558ad537da5f3fb36e14ac9d1.zip
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@gentoo.org>
-rw-r--r--games-misc/opengfx/opengfx-7.1.ebuild4
1 files 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