From a88eb75b4c4ab246584dc1def78e64a7e499b5c4 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 21 Jun 2026 05:30:41 -0400 Subject: [PATCH] sys-boot/raspberrypi-firmware: Stabilize 1.20260521 arm64, #977855 Signed-off-by: Eli Schwartz --- .../raspberrypi-firmware/raspberrypi-firmware-1.20260521.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20260521.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20260521.ebuild index df40869d18e3a..be00b286015f3 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20260521.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20260521.ebuild @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then EGIT_CLONE_TYPE="shallow" else SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="-* arm ~arm64" + KEYWORDS="-* arm arm64" S="${WORKDIR}/firmware-${PV}" fi