summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-03-24 16:45:21 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-03-24 16:45:21 +0300
commit6e2f77d3b8274a96b90ee7e4ee564a17b65627e4 (patch)
treecf6ca0901833f1d38666eeb026672914d3f54e11 /sys-boot
parentdev-perl/Alien-Build: Stabilize 2.770.0 sparc, #902677 (diff)
downloadgentoo-6e2f77d3b8274a96b90ee7e4ee564a17b65627e4.tar.gz
gentoo-6e2f77d3b8274a96b90ee7e4ee564a17b65627e4.tar.bz2
gentoo-6e2f77d3b8274a96b90ee7e4ee564a17b65627e4.zip
sys-boot/raspberrypi-firmware: Stabilize 1.20230106 arm64, #902619
Signed-off-by: Arthur Zamarin <arthurzam@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 57edd9d6eac3..dbe8072f5d1d 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