diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 08:36:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 08:36:34 +0200 |
commit | dcbc925cf6583ccacef4379d338f8780ef2b55d1 (patch) | |
tree | 74f82092f21ca87035106e2309d38e36cb67e333 /sys-boot/raspberrypi-firmware | |
parent | sys-fs/btrfs-progs: Stabilize 6.1.2 x86, #899376 (diff) | |
download | gentoo-dcbc925cf6583ccacef4379d338f8780ef2b55d1.tar.gz gentoo-dcbc925cf6583ccacef4379d338f8780ef2b55d1.tar.bz2 gentoo-dcbc925cf6583ccacef4379d338f8780ef2b55d1.zip |
sys-boot/raspberrypi-firmware: Stabilize 1.20221104 arm, #899526
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20221104.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20221104.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20221104.ebuild index b774a6e35c28..dbe8072f5d1d 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20221104.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20221104.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 |