diff options
author | 2023-12-03 07:41:33 +0000 | |
---|---|---|
committer | 2023-12-03 07:41:33 +0000 | |
commit | 519b24228f97bce28cf84c0dd210bdb06a2f2d2c (patch) | |
tree | 28c5803d2237b3fcab4cbf5dbf98daa2f706eda0 /games-emulation | |
parent | games-emulation/nestopia-jg: Keyword 1.52.0 ppc64, #891201 (diff) | |
download | gentoo-519b24228f97bce28cf84c0dd210bdb06a2f2d2c.tar.gz gentoo-519b24228f97bce28cf84c0dd210bdb06a2f2d2c.tar.bz2 gentoo-519b24228f97bce28cf84c0dd210bdb06a2f2d2c.zip |
games-emulation/prosystem-jg: Keyword 1.5.2 ppc64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/prosystem-jg/prosystem-jg-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/prosystem-jg/prosystem-jg-1.5.2.ebuild b/games-emulation/prosystem-jg/prosystem-jg-1.5.2.ebuild index de1e056dbf64..7970c857603c 100644 --- a/games-emulation/prosystem-jg/prosystem-jg-1.5.2.ebuild +++ b/games-emulation/prosystem-jg/prosystem-jg-1.5.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 GPL-2+" |