diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-17 07:11:56 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-17 08:46:40 -0500 |
commit | 18b05b5204bb545b933dfa15f61b4c694adbb124 (patch) | |
tree | 8508b925bc6bdb71e3c99e2d3757822e90c68da0 /games-emulation | |
parent | x11-terms/kitty: stabilize 0.26.5-r1 for amd64, x86 (diff) | |
download | gentoo-18b05b5204bb545b933dfa15f61b4c694adbb124.tar.gz gentoo-18b05b5204bb545b933dfa15f61b4c694adbb124.tar.bz2 gentoo-18b05b5204bb545b933dfa15f61b4c694adbb124.zip |
games-emulation/mgba: stabilize 0.10.0 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.10.0.ebuild b/games-emulation/mgba/mgba-0.10.0.ebuild index a2fb0f2ce948..706b27959a3e 100644 --- a/games-emulation/mgba/mgba-0.10.0.ebuild +++ b/games-emulation/mgba/mgba-0.10.0.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" |