diff options
author | 2023-12-03 07:41:31 +0000 | |
---|---|---|
committer | 2023-12-03 07:41:31 +0000 | |
commit | bd2b6f3982dceb6dbfba3226b34d244a068cfddd (patch) | |
tree | d3430f9eff0771c767e82df3ae1a1a08f0e12118 /games-emulation | |
parent | games-emulation/melonds-jg: Keyword 0.9.5 ppc64, #891201 (diff) | |
download | gentoo-bd2b6f3982dceb6dbfba3226b34d244a068cfddd.tar.gz gentoo-bd2b6f3982dceb6dbfba3226b34d244a068cfddd.tar.bz2 gentoo-bd2b6f3982dceb6dbfba3226b34d244a068cfddd.zip |
games-emulation/mgba-jg: Keyword 0.10.2 ppc64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild b/games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild index 6c26456fb52c..2bc2522aab11 100644 --- a/games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild +++ b/games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then else SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~arm64 ~ppc ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="BSD-2 MPL-2.0" |