commit: f01a4702c07e658eca6d6a2a46167e69e40e21ba
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 30 11:45:12 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 30 11:45:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01a4702
games-emulation/mgba: Stabilize 0.10.5 ppc64, #961627
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-emulation/mgba/mgba-0.10.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/mgba/mgba-0.10.5.ebuild
b/games-emulation/mgba/mgba-0.10.5.ebuild
index b910a4bbd9df..37a4350428dc 100644
--- a/games-emulation/mgba/mgba-0.10.5.ebuild
+++ b/games-emulation/mgba/mgba-0.10.5.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"