diff options
author | orbea <orbea@riseup.net> | 2024-02-23 16:20:14 -0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-24 09:06:17 +0200 |
commit | 8769f49c7bb7a0d33aa26b9cf3c018202d1f16f6 (patch) | |
tree | fd29986d4e27226e2d08632115146fe22af16ec1 /games-emulation | |
parent | games-emulation/vecx-jg: update maintainers (diff) | |
download | gentoo-8769f49c7bb7a0d33aa26b9cf3c018202d1f16f6.tar.gz gentoo-8769f49c7bb7a0d33aa26b9cf3c018202d1f16f6.tar.bz2 gentoo-8769f49c7bb7a0d33aa26b9cf3c018202d1f16f6.zip |
games-emulation/vecx-jg: sync keywords
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35510
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vecx-jg/vecx-jg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/vecx-jg/vecx-jg-9999.ebuild b/games-emulation/vecx-jg/vecx-jg-9999.ebuild index 8c06c33177c5..0b16a1dacb1e 100644 --- a/games-emulation/vecx-jg/vecx-jg-9999.ebuild +++ b/games-emulation/vecx-jg/vecx-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" |