From 37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 14 Jul 2022 16:08:10 -0400 Subject: games-emulation/mgba: stabilize 0.9.3-r2 for amd64, x86 Signed-off-by: Ionen Wolkens --- games-emulation/mgba/mgba-0.9.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games-emulation/mgba') diff --git a/games-emulation/mgba/mgba-0.9.3-r2.ebuild b/games-emulation/mgba/mgba-0.9.3-r2.ebuild index 4d806f22f62f..82caf353a7fa 100644 --- a/games-emulation/mgba/mgba-0.9.3-r2.ebuild +++ b/games-emulation/mgba/mgba-0.9.3-r2.ebuild @@ -10,7 +10,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" -- cgit v1.2.3-65-gdbad