diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:04:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:08:03 +0200 |
commit | 900f5b05e439e8c81846e5f560c62c9c25e1207d (patch) | |
tree | 7849587e218cb00c74cc96b715366e276d496207 /games-emulation | |
parent | dev-vcs/git: Remove py2.7 (diff) | |
download | gentoo-900f5b05e439e8c81846e5f560c62c9c25e1207d.tar.gz gentoo-900f5b05e439e8c81846e5f560c62c9c25e1207d.tar.bz2 gentoo-900f5b05e439e8c81846e5f560c62c9c25e1207d.zip |
games-emulation/hatari: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/hatari-2.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/hatari/hatari-2.2.1-r1.ebuild b/games-emulation/hatari/hatari-2.2.1-r1.ebuild index f6d9298755d1..7f53b4620c0f 100644 --- a/games-emulation/hatari/hatari-2.2.1-r1.ebuild +++ b/games-emulation/hatari/hatari-2.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake python-single-r1 xdg DESCRIPTION="Atari ST emulator" |