summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-06-02 06:28:07 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-06-02 06:53:47 -0400
commitf03e9b946ce8c64dbc17373494c54c45dfdb570b (patch)
tree5a0ce7a2eb5d903c0767fccbee9c22124a83dfdb
parentgames-emulation/mednafen: drop 0.9.46 (diff)
downloadgentoo-f03e9b946ce8c64dbc17373494c54c45dfdb570b.tar.gz
gentoo-f03e9b946ce8c64dbc17373494c54c45dfdb570b.tar.bz2
gentoo-f03e9b946ce8c64dbc17373494c54c45dfdb570b.zip
games-rpg/adonthell: add python3_9 compat
This needs the deprecated parser module that is still available in py3.9 but gone in py3.10. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--games-rpg/adonthell/adonthell-0.3.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-rpg/adonthell/adonthell-0.3.8.ebuild b/games-rpg/adonthell/adonthell-0.3.8.ebuild
index 3ca1de34f03b..55a6d24270f2 100644
--- a/games-rpg/adonthell/adonthell-0.3.8.ebuild
+++ b/games-rpg/adonthell/adonthell-0.3.8.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{8,9} )
inherit autotools python-single-r1