diff options
author | 2023-12-19 19:01:02 +0200 | |
---|---|---|
committer | 2023-12-19 19:01:02 +0200 | |
commit | 17296eccc2d413cc0c4625bccdaee954469cc873 (patch) | |
tree | 1be3e80710963917db6bc4af33a7986056900731 /games-emulation | |
parent | dev-python/greenlet: Stabilize 3.0.2 x86, #920302 (diff) | |
download | gentoo-17296eccc2d413cc0c4625bccdaee954469cc873.tar.gz gentoo-17296eccc2d413cc0c4625bccdaee954469cc873.tar.bz2 gentoo-17296eccc2d413cc0c4625bccdaee954469cc873.zip |
games-emulation/mgba: Stabilize 0.10.2-r1 amd64, #920317
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba/mgba-0.10.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.10.2-r1.ebuild b/games-emulation/mgba/mgba-0.10.2-r1.ebuild index 3bfc5e6ae130..d2325a212cb1 100644 --- a/games-emulation/mgba/mgba-0.10.2-r1.ebuild +++ b/games-emulation/mgba/mgba-0.10.2-r1.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" |