diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-06 16:25:12 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-06 23:44:40 -0500 |
commit | b408dc92493d277aa9631397edad5695b6be6617 (patch) | |
tree | e75e41585a028581348cf2f326739b6537b6231e /games-emulation | |
parent | app-text/epspdf: Stabilize 0.6.5 ppc, #902665 (diff) | |
download | gentoo-b408dc92493d277aa9631397edad5695b6be6617.tar.gz gentoo-b408dc92493d277aa9631397edad5695b6be6617.tar.bz2 gentoo-b408dc92493d277aa9631397edad5695b6be6617.zip |
games-emulation/mgba: Stabilize 0.10.3 ppc64, #922751
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.10.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.10.3.ebuild b/games-emulation/mgba/mgba-0.10.3.ebuild index 894d8f295dcc..1ae84af200cd 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" |