From cc8032a0ad10aeec38a0bf2378663cbb5a3bf1f5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 23 Jan 2024 18:46:35 +0000 Subject: [PATCH] games-emulation/mgba: Stabilize 0.10.3 x86, #922751 Signed-off-by: Sam James --- games-emulation/mgba/mgba-0.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/mgba/mgba-0.10.3.ebuild b/games-emulation/mgba/mgba-0.10.3.ebuild index 971e786efadbc..894d8f295dcca 100644 --- a/games-emulation/mgba/mgba-0.10.3.ebuild +++ b/games-emulation/mgba/mgba-0.10.3.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/mgba-emu/mgba.git" else SRC_URI="https://github.com/mgba-emu/mgba/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 ~ppc64 ~x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi DESCRIPTION="Game Boy Advance Emulator"