summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-22 05:23:58 +0000
committerSam James <sam@gentoo.org>2023-03-22 05:23:58 +0000
commit5d2ef30e0a2bc72ff68f27b7b28ffeaa9123e1d7 (patch)
treea91be5d702b24ddf674c65d49bf27fb7d8e2477a /sys-boot
parentnet-misc/iperf: Stabilize 3.13 amd64, #902611 (diff)
downloadgentoo-5d2ef30e0a2bc72ff68f27b7b28ffeaa9123e1d7.tar.gz
gentoo-5d2ef30e0a2bc72ff68f27b7b28ffeaa9123e1d7.tar.bz2
gentoo-5d2ef30e0a2bc72ff68f27b7b28ffeaa9123e1d7.zip
sys-boot/raspberrypi-firmware: Stabilize 1.20230106 arm, #902619
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild
index a05c8e096ec2..57edd9d6eac3 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.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