sys-boot/raspberrypi-firmware: Stabilize 1.20240902 arm, #941378

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu 2024-10-24 17:49:51 +03:00
parent 60d110a418
commit 2b494d756c
No known key found for this signature in database
GPG Key ID: 0CE5A97D9310DAB0

View File

@ -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