games-rpg/freedroidrpg: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:05:00 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:25:58 +0000 (14:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild

index 3a65a0e316b0ab28d00e94a39e1fbe97b0558455..a78a6e421625832d1d5d6a7761963b6576d4cb8e 100644 (file)
@@ -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 '')