diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 18:52:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 18:52:54 +0100 |
commit | e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad (patch) | |
tree | 07503a664a6a4d9a5945ebb4a10adee33dc6c21f /games-misc | |
parent | games-misc/openmsx: enable py3.11 (diff) | |
download | gentoo-e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad.tar.gz gentoo-e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad.tar.bz2 gentoo-e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad.zip |
games-misc/opengfx: enable py3.11
Closes: https://bugs.gentoo.org/896960
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/opengfx/opengfx-7.1.ebuild | 8 |
1 files changed, 1 insertions, 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="" |