diff options
author | Sam James <sam@gentoo.org> | 2025-01-02 14:00:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-02 14:00:11 +0000 |
commit | 551ad5b2deb76be7f2a14fb2845ef72580c5060a (patch) | |
tree | 09535e55867c71900ed4c47ff10db545442945db /games-emulation/mgba | |
parent | dev-db/sqlmap: Stabilize 1.8.11 x86, #947351 (diff) | |
download | gentoo-551ad5b2deb76be7f2a14fb2845ef72580c5060a.tar.gz gentoo-551ad5b2deb76be7f2a14fb2845ef72580c5060a.tar.bz2 gentoo-551ad5b2deb76be7f2a14fb2845ef72580c5060a.zip |
games-emulation/mgba: Stabilize 0.10.4 ppc64, #947354
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation/mgba')
-rw-r--r-- | games-emulation/mgba/mgba-0.10.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mgba/mgba-0.10.4.ebuild b/games-emulation/mgba/mgba-0.10.4.ebuild index f0e400060c46..e16c00e51db5 100644 --- a/games-emulation/mgba/mgba-0.10.4.ebuild +++ b/games-emulation/mgba/mgba-0.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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" |