summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2022-06-04 15:04:41 +0200
committerMartin Väth <martin@mvath.de>2022-06-04 15:04:41 +0200
commit64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726 (patch)
treea69e65728e7a138e9c3375344342af5b02700051 /games-emulation
parentapp-portage/eix: Version bump (diff)
downloadmv-64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726.tar.gz
mv-64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726.tar.bz2
mv-64a9ebb6b2c9a7ec04537954d6ff9ccf672a3726.zip
Support python-3.11
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/sdlmame/sdlmame-0.174-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild
index 0d1854ca..bcd2dda1 100644
--- a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild
+++ b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit python-any-r1 toolchain-funcs qmake-utils
MY_PV="${PV/.}"