Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/
Date: Wed, 22 Sep 2021 06:58:44
Message-Id: 1632293884.f9f7033e6cf489f8daf37de655b241f35df96ca7.ago@gentoo
1 commit: f9f7033e6cf489f8daf37de655b241f35df96ca7
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 06:58:04 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 06:58:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f7033e
7
8 games-emulation/mgba: x86 stable wrt bug #813088
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 games-emulation/mgba/mgba-0.9.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/games-emulation/mgba/mgba-0.9.2.ebuild b/games-emulation/mgba/mgba-0.9.2.ebuild
18 index a9e24f62871..86e9d68e560 100644
19 --- a/games-emulation/mgba/mgba-0.9.2.ebuild
20 +++ b/games-emulation/mgba/mgba-0.9.2.ebuild
21 @@ -14,7 +14,7 @@ else
22 MY_PV="${PV/_beta/-b}"
23 SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
24 [[ "${PV}" == *_beta* ]] || \
25 - KEYWORDS="~amd64 ~arm64 ~x86"
26 + KEYWORDS="~amd64 ~arm64 x86"
27 S="${WORKDIR}/${PN}-${MY_PV}"
28 fi
29 LICENSE="MPL-2.0"