diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-02 09:23:05 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-02 09:23:05 +0000 |
commit | c627f2586b0ddc4b0553ca118d46f0c175f12acb (patch) | |
tree | 1120ad725b2f322ec35a8c52aaab656d4336aab3 /games-emulation/bsnes-jg | |
parent | games-emulation/jgrf: Keyword 1.0.2-r1 ppc, #891201 (diff) | |
download | gentoo-c627f2586b0ddc4b0553ca118d46f0c175f12acb.tar.gz gentoo-c627f2586b0ddc4b0553ca118d46f0c175f12acb.tar.bz2 gentoo-c627f2586b0ddc4b0553ca118d46f0c175f12acb.zip |
games-emulation/bsnes-jg: Keyword 1.1.2 ppc, #891201
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-emulation/bsnes-jg')
-rw-r--r-- | games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild b/games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild index aa9e93576b27..17c199ff0a7e 100644 --- a/games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild +++ b/games-emulation/bsnes-jg/bsnes-jg-1.1.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 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" fi LICENSE="ISC GPL-3+ LGPL-2.1+ MIT ZLIB" |