diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:58 +0100 |
commit | 724272986d3f37332b112e2af5c96b12e2a0a064 (patch) | |
tree | 330c4d7817a6765992b6a3859d9a3ecf19b9e6c0 /games-rpg/freedroidrpg | |
parent | games-fps/doomsday: Remove py2 where possible (diff) | |
download | gentoo-724272986d3f37332b112e2af5c96b12e2a0a064.tar.gz gentoo-724272986d3f37332b112e2af5c96b12e2a0a064.tar.bz2 gentoo-724272986d3f37332b112e2af5c96b12e2a0a064.zip |
games-rpg/freedroidrpg: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-rpg/freedroidrpg')
-rw-r--r-- | games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild index 3a65a0e316b0..a78a6e421625 100644 --- a/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild +++ b/games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools flag-o-matic desktop python-any-r1 xdg MY_PV=$(ver_rs 2 '') |