Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/hatari/
Date: Thu, 07 May 2020 15:08:15
Message-Id: 1588864083.900f5b05e439e8c81846e5f560c62c9c25e1207d.mgorny@gentoo
1 commit: 900f5b05e439e8c81846e5f560c62c9c25e1207d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:04:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:08:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900f5b05
7
8 games-emulation/hatari: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-emulation/hatari/hatari-2.2.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-emulation/hatari/hatari-2.2.1-r1.ebuild b/games-emulation/hatari/hatari-2.2.1-r1.ebuild
16 index f6d9298755d..7f53b4620c0 100644
17 --- a/games-emulation/hatari/hatari-2.2.1-r1.ebuild
18 +++ b/games-emulation/hatari/hatari-2.2.1-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25 inherit cmake python-single-r1 xdg
26
27 DESCRIPTION="Atari ST emulator"