summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-06 07:25:58 +0000
committerSam James <sam@gentoo.org>2021-03-06 07:25:58 +0000
commit16164b6a54da99c096e8b857b8c77e87a07702fd (patch)
tree773edfdfc5f02cef9f8a7b925b8f0b53e5e6d1f0 /sys-boot
parentdev-libs/geoip: Stabilize 1.6.12 arm64, #774123 (diff)
downloadgentoo-16164b6a54da99c096e8b857b8c77e87a07702fd.tar.gz
gentoo-16164b6a54da99c096e8b857b8c77e87a07702fd.tar.bz2
gentoo-16164b6a54da99c096e8b857b8c77e87a07702fd.zip
sys-boot/raspberrypi-firmware: Stabilize 1.20210108 arm64, #774129
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild
index 4d208a6539b2..43c2288dc321 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.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