diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-24 16:45:21 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-24 16:45:21 +0300 |
commit | 6e2f77d3b8274a96b90ee7e4ee564a17b65627e4 (patch) | |
tree | cf6ca0901833f1d38666eeb026672914d3f54e11 /sys-boot | |
parent | dev-perl/Alien-Build: Stabilize 2.770.0 sparc, #902677 (diff) | |
download | gentoo-6e2f77d3b8274a96b90ee7e4ee564a17b65627e4.tar.gz gentoo-6e2f77d3b8274a96b90ee7e4ee564a17b65627e4.tar.bz2 gentoo-6e2f77d3b8274a96b90ee7e4ee564a17b65627e4.zip |
sys-boot/raspberrypi-firmware: Stabilize 1.20230106 arm64, #902619
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20230106.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |