summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-12 08:22:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-12 08:37:05 +0200
commitdbe1986db592fdc4556f01a91210aa91f5fcf1dc (patch)
tree69303cee76e052a449ebed677eae43851747f683 /games-emulation
parentdev-python/PySDL2: Bump to 0.9.7, py3.9 (diff)
downloadgentoo-dbe1986db592fdc4556f01a91210aa91f5fcf1dc.tar.gz
gentoo-dbe1986db592fdc4556f01a91210aa91f5fcf1dc.tar.bz2
gentoo-dbe1986db592fdc4556f01a91210aa91f5fcf1dc.zip
games-emulation/m64py: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/m64py/m64py-0.2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/m64py/m64py-0.2.5.ebuild b/games-emulation/m64py/m64py-0.2.5.ebuild
index be315cbc1541..39a8b3b3e879 100644
--- a/games-emulation/m64py/m64py-0.2.5.ebuild
+++ b/games-emulation/m64py/m64py-0.2.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1 xdg-utils