diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-02 06:30:18 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-02 06:53:47 -0400 |
commit | 36b0ef816d231fe6a581d4c0d99d12bda82e6842 (patch) | |
tree | 2eea456c0235c14c24d2a847e74a2e597ec371ef /games-rpg | |
parent | games-rpg/adonthell: add python3_9 compat (diff) | |
download | gentoo-36b0ef816d231fe6a581d4c0d99d12bda82e6842.tar.gz gentoo-36b0ef816d231fe6a581d4c0d99d12bda82e6842.tar.bz2 gentoo-36b0ef816d231fe6a581d4c0d99d12bda82e6842.zip |
games-rpg/wastesedge: add python3_9 compat
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild index 15fd6d52467b..0e76d3dde1fd 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.8.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.8.ebuild @@ -1,9 +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 xdg |