diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-07-14 16:08:10 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-07-14 17:23:31 -0400 |
commit | 37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b (patch) | |
tree | 0cff175c92d57922dda2c92db9c0c67f4fe2bad1 /games-emulation/mgba | |
parent | dev-python/js2py: Stabilize 0.71_p20210918 x86, #858038 (diff) | |
download | gentoo-37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b.tar.gz gentoo-37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b.tar.bz2 gentoo-37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b.zip |
games-emulation/mgba: stabilize 0.9.3-r2 for amd64, x86
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/mgba')
-rw-r--r-- | games-emulation/mgba/mgba-0.9.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.9.3-r2.ebuild b/games-emulation/mgba/mgba-0.9.3-r2.ebuild index 4d806f22f62f..82caf353a7fa 100644 --- a/games-emulation/mgba/mgba-0.9.3-r2.ebuild +++ b/games-emulation/mgba/mgba-0.9.3-r2.ebuild @@ -10,7 +10,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" |