commit: 29bdc2c7de745bc29ae53051a6f02dac0aaf0ff8
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 18 14:19:19 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 14:19:19 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bdc2c7
sys-boot/raspberrypi-firmware: Stabilize 1.20250915 arm, #968933
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild
b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild
index 348564083f00..ac78619f0615 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20250915.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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