commit: aafdbfba8edb9c860ada0a7b48bfd6756ccd3868 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 13 03:19:36 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 13 03:19:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafdbfba
games-emulation/bsnes-jg: Keyword 1.1.2 arm64, #891201 Signed-off-by: Sam James <sam <AT> gentoo.org> games-emulation/bsnes-jg/bsnes-jg-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2745d2cfd5e9..4487afc4d88a 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" + KEYWORDS="~amd64 ~arm64" fi LICENSE="ISC GPL-3+ LGPL-2.1+ MIT ZLIB"