summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-01-09 16:49:18 -0800
committerJoonas Niilola <juippis@gentoo.org>2024-02-14 17:51:15 +0200
commit98d2f1af7e7539270dc2af21a5874af5784e2f75 (patch)
tree53307c0324edb9c130d8b9d0b239f3b526aa21e4 /dev-util
parentapp-misc/elasticsearch: drop 8.11.1 (diff)
downloadgentoo-98d2f1af7e7539270dc2af21a5874af5784e2f75.tar.gz
gentoo-98d2f1af7e7539270dc2af21a5874af5784e2f75.tar.bz2
gentoo-98d2f1af7e7539270dc2af21a5874af5784e2f75.zip
dev-util/rgbds: sync keywords
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/rgbds/rgbds-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rgbds/rgbds-9999.ebuild b/dev-util/rgbds/rgbds-9999.ebuild
index 51e115fe3583..87cf24b0e1a2 100644
--- a/dev-util/rgbds/rgbds-9999.ebuild
+++ b/dev-util/rgbds/rgbds-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/gbdev/${PN}.git"
else
SRC_URI="https://github.com/gbdev/${PN}/archive/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="MIT"