From: Michał Górny Date: Mon, 10 Feb 2020 13:05:00 +0000 (+0100) Subject: games-rpg/freedroidrpg: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=724272986d3f37332b112e2af5c96b12e2a0a064;p=gentoo.git games-rpg/freedroidrpg: Remove py2 where possible Signed-off-by: Michał Górny --- 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 '')