commit: 37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 20:08:10 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 21:23:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f6bbe0
games-emulation/mgba: stabilize 0.9.3-r2 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/mgba/mgba-0.9.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"