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/m64py/
Date: Mon, 01 Jan 2018 13:47:41
Message-Id: 1514814449.b47af6fd4602c861332cf06c90893a3433cbb117.mgorny@gentoo
1 commit: b47af6fd4602c861332cf06c90893a3433cbb117
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 13:35:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 13:47:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47af6fd
7
8 games-emulation/m64py: Bump to EAPI 6
9
10 games-emulation/m64py/m64py-0.2.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild
14 index f9e3dece457..67ef155afcb 100644
15 --- a/games-emulation/m64py/m64py-0.2.4.ebuild
16 +++ b/games-emulation/m64py/m64py-0.2.4.ebuild
17 @@ -1,7 +1,7 @@
18 # Copyright 1999-2018 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -EAPI=5
22 +EAPI=6
23
24 PYTHON_COMPAT=( python3_{4,5} )