diff options
author | Sam James <sam@gentoo.org> | 2025-01-02 14:15:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-02 14:15:09 +0000 |
commit | db839c3fefd3a4e1d98fc43f52493daab80b2937 (patch) | |
tree | 73cc12103b04628675ae3fc402a0f225b0c0e7d7 /games-emulation | |
parent | games-emulation/mgba: Stabilize 0.10.4 amd64, #947354 (diff) | |
download | gentoo-db839c3fefd3a4e1d98fc43f52493daab80b2937.tar.gz gentoo-db839c3fefd3a4e1d98fc43f52493daab80b2937.tar.bz2 gentoo-db839c3fefd3a4e1d98fc43f52493daab80b2937.zip |
games-emulation/mgba: Stabilize 0.10.4 x86, #947354
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.10.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.10.4.ebuild b/games-emulation/mgba/mgba-0.10.4.ebuild index a228714fedeb..250ae543e894 100644 --- a/games-emulation/mgba/mgba-0.10.4.ebuild +++ b/games-emulation/mgba/mgba-0.10.4.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" |