commit: d48319e7ff6878f6082c104636563a70ecb24d14
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 11:39:08 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 11:41:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48319e7
sys-boot/raspberrypi-firmware: Stabilize 1.20240902 arm64, #941378
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20240902.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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