diff options
author | orbea <orbea@riseup.net> | 2024-01-09 16:59:08 -0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 03:59:57 +0000 |
commit | 69a8273d14f064a3ac474ab81967f9dd1f256448 (patch) | |
tree | 6456dae7ee668c618a9ae4ba4ecc273fbed761d2 /games-emulation | |
parent | games-emulation/mednafen-jg: add 1.32.0 (diff) | |
download | gentoo-69a8273d14f064a3ac474ab81967f9dd1f256448.tar.gz gentoo-69a8273d14f064a3ac474ab81967f9dd1f256448.tar.bz2 gentoo-69a8273d14f064a3ac474ab81967f9dd1f256448.zip |
games-emulation/sameboy-jg: sync keywords
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/sameboy-jg/sameboy-jg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild b/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild index 2a20f4b0419c..c41503e9640a 100644 --- a/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild +++ b/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |