Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/
Date: Tue, 04 Aug 2020 13:41:06
Message-Id: 1596548459.a2067a227ffa2fc9440dc5b0e61c6057a6aff8a2.polynomial-c@gentoo
1 commit: a2067a227ffa2fc9440dc5b0e61c6057a6aff8a2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 13:40:10 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 13:40:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2067a22
7
8 games-emulation/mgba: Synced live ebuild
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-emulation/mgba/mgba-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild
17 index be2689f439b..b94cca7aa9c 100644
18 --- a/games-emulation/mgba/mgba-9999.ebuild
19 +++ b/games-emulation/mgba/mgba-9999.ebuild
20 @@ -14,7 +14,7 @@ else
21 MY_PV="${PV/_beta/-b}"
22 SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
23 [[ "${PV}" == *_beta* ]] || \
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 ~arm64 ~x86"
26 S="${WORKDIR}/${PN}-${MY_PV}"
27 fi
28 LICENSE="MPL-2.0"