summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-10-24 17:49:51 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-10-24 17:54:33 +0300
commit2b494d756c8c052cebba8c43e7d60bc292305021 (patch)
tree0de72bfb97dadcf7054c5a71e452afcc3f062ff3 /sys-boot
parentsys-boot/uefi-mkconfig: make efistub check non-fatal (diff)
downloadgentoo-2b494d756c8c052cebba8c43e7d60bc292305021.tar.gz
gentoo-2b494d756c8c052cebba8c43e7d60bc292305021.tar.bz2
gentoo-2b494d756c8c052cebba8c43e7d60bc292305021.zip
sys-boot/raspberrypi-firmware: Stabilize 1.20240902 arm, #941378
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild
index 236c42c157fb..34b25d3d71c5 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.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