commit:     e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 17:52:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 17:52:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a7b1f3

games-misc/opengfx: enable py3.11

Closes: https://bugs.gentoo.org/896960
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-misc/opengfx/opengfx-7.1.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/games-misc/opengfx/opengfx-7.1.ebuild 
b/games-misc/opengfx/opengfx-7.1.ebuild
index 6dc493a2456c..2339cf531224 100644
--- a/games-misc/opengfx/opengfx-7.1.ebuild
+++ b/games-misc/opengfx/opengfx-7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit python-any-r1
 
@@ -28,12 +28,6 @@ PATCHES=(
        "${FILESDIR}"/${PN}-7.1-no-which.patch
 )
 
-src_prepare() {
-       default
-
-       python-any-r1_pkg_setup
-}
-
 src_compile() {
        local myemakeargs=(
                GIMP=""

Reply via email to