diff options
author | Martin Väth <martin@mvath.de> | 2021-05-07 13:35:59 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2021-05-07 13:35:59 +0200 |
commit | cc28e9cf8703da7a20313a19a097b1458e2cafd0 (patch) | |
tree | 326cefde5d5a877de6694a9ed72d2710e950212c /games-emulation | |
parent | virtual/freedesktop-icon-theme: Revision bump (diff) | |
download | mv-cc28e9cf8703da7a20313a19a097b1458e2cafd0.tar.gz mv-cc28e9cf8703da7a20313a19a097b1458e2cafd0.tar.bz2 mv-cc28e9cf8703da7a20313a19a097b1458e2cafd0.zip |
python:3.9 and python:3.10
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.174-r2.ebuild | 2 |
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 8a3809d1..8c3ae6a8 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=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit python-any-r1 toolchain-funcs qmake-utils MY_PV="${PV/.}" |