summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-04-09 22:58:11 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-04-09 22:58:11 +0300
commit775c9ab2fbf7cdfb366fe3ec2e53adabba43f93f (patch)
tree8c3c7cda1d130d25d52cd1b52f54f70ccd21f611 /sys-boot
parentsys-boot/raspberrypi-firmware: Stabilize 1.20211118 arm64, #836845 (diff)
downloadgentoo-775c9ab2fbf7cdfb366fe3ec2e53adabba43f93f.tar.gz
gentoo-775c9ab2fbf7cdfb366fe3ec2e53adabba43f93f.tar.bz2
gentoo-775c9ab2fbf7cdfb366fe3ec2e53adabba43f93f.zip
sys-boot/raspberrypi-firmware: Stabilize 1.20211118 arm, #836845
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild
index 2c69f7f75c26..644ed35b7ae5 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.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