diff options
author | 2024-01-03 06:21:49 +0000 | |
---|---|---|
committer | 2024-01-03 06:21:49 +0000 | |
commit | fbdcbd6a3dede0a2c6dc6012ff6031b732503024 (patch) | |
tree | 2b91e4733820ec4d7e85fc179ba24d9bd232e158 /games-emulation/mgba | |
parent | dev-util/cvise: Stabilize 2.9.0 ppc64, #921235 (diff) | |
download | gentoo-fbdcbd6a3dede0a2c6dc6012ff6031b732503024.tar.gz gentoo-fbdcbd6a3dede0a2c6dc6012ff6031b732503024.tar.bz2 gentoo-fbdcbd6a3dede0a2c6dc6012ff6031b732503024.zip |
games-emulation/mgba: Stabilize 0.10.2-r1 ppc64, #921236
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/mgba')
-rw-r--r-- | games-emulation/mgba/mgba-0.10.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mgba/mgba-0.10.2-r1.ebuild b/games-emulation/mgba/mgba-0.10.2-r1.ebuild index 33f520be01f6..2a4e20a7efae 100644 --- a/games-emulation/mgba/mgba-0.10.2-r1.ebuild +++ b/games-emulation/mgba/mgba-0.10.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |