commit: 6e2f77d3b8274a96b90ee7e4ee564a17b65627e4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 13:45:21 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 13:45:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2f77d3
sys-boot/raspberrypi-firmware: Stabilize 1.20230106 arm64, #902619
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild
b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild
index 57edd9d6eac3..dbe8072f5d1d 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.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