diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-10-24 14:39:08 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-10-24 14:41:09 +0300 |
commit | d48319e7ff6878f6082c104636563a70ecb24d14 (patch) | |
tree | 8fb78fd296035ad27bc3497a86079a12c5c1577d /sys-boot | |
parent | sys-apps/flatpak: Stabilize 1.14.10 x86, #941215 (diff) | |
download | gentoo-d48319e7ff6878f6082c104636563a70ecb24d14.tar.gz gentoo-d48319e7ff6878f6082c104636563a70ecb24d14.tar.bz2 gentoo-d48319e7ff6878f6082c104636563a70ecb24d14.zip |
sys-boot/raspberrypi-firmware: Stabilize 1.20240902 arm64, #941378
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild index 6a6775bd8363..236c42c157fb 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.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 |