diff options
author | Sam James <sam@gentoo.org> | 2023-12-03 07:41:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-03 07:41:28 +0000 |
commit | 33d4154fc024e7a09d395e109ae963b85b9ee7a1 (patch) | |
tree | c750e25313fdf4028f68b8e894271db0c6447c64 /games-emulation | |
parent | games-emulation/cega-jg: Keyword 0.6.0 ppc64, #891201 (diff) | |
download | gentoo-33d4154fc024e7a09d395e109ae963b85b9ee7a1.tar.gz gentoo-33d4154fc024e7a09d395e109ae963b85b9ee7a1.tar.bz2 gentoo-33d4154fc024e7a09d395e109ae963b85b9ee7a1.zip |
games-emulation/gambatte-jg: Keyword 0.5.1 ppc64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild b/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild index 54b757c6b1e9..b2332ba34365 100644 --- a/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild +++ b/games-emulation/gambatte-jg/gambatte-jg-0.5.1.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 GPL-2" |