diff options
author | Sam James <sam@gentoo.org> | 2024-01-23 16:39:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-23 16:39:26 +0000 |
commit | 55d7f020c7d5daa746acda43fbce12d56c9053d3 (patch) | |
tree | 6e978437ea61423c7b7a29021087fcb6959b4522 /games-emulation | |
parent | games-emulation/mgba: Stabilize 0.10.3 amd64, #922751 (diff) | |
download | gentoo-55d7f020c7d5daa746acda43fbce12d56c9053d3.tar.gz gentoo-55d7f020c7d5daa746acda43fbce12d56c9053d3.tar.bz2 gentoo-55d7f020c7d5daa746acda43fbce12d56c9053d3.zip |
games-emulation/mgba: Stabilize 0.10.3 arm64, #922751
Signed-off-by: Sam James <sam@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 554142f5d712..971e786efadb 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" |