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-rpg | |
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-rpg')
-rw-r--r-- | games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild index e96311d5..0e0895bf 100644 --- a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild +++ b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild @@ -1,8 +1,8 @@ -# 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_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit autotools flag-o-matic desktop python-any-r1 xdg MY_PV=$(ver_rs 2 '') |