summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-01-08 21:58:37 -0800
committerSam James <sam@gentoo.org>2024-01-21 03:59:56 +0000
commitb52e2b36c541f17331f31bb258413f61aa94d7d3 (patch)
tree0c74744b7c0f9aeddd01b577a1e4b1f61c0f2192
parentdev-cpp/eigen: bugfix & improvement (diff)
downloadgentoo-b52e2b36c541f17331f31bb258413f61aa94d7d3.tar.gz
gentoo-b52e2b36c541f17331f31bb258413f61aa94d7d3.tar.bz2
gentoo-b52e2b36c541f17331f31bb258413f61aa94d7d3.zip
games-emulation/mgba-jg: sync keywords
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--games-emulation/mgba-jg/mgba-jg-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/mgba-jg/mgba-jg-9999.ebuild b/games-emulation/mgba-jg/mgba-jg-9999.ebuild
index 0e80a91b3ee1..f27d3666bf7b 100644
--- a/games-emulation/mgba-jg/mgba-jg-9999.ebuild
+++ b/games-emulation/mgba-jg/mgba-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="BSD-2 MPL-2.0"