diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 14:04:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 14:04:57 +0000 |
commit | ff53daf082f43b2bb7d6b9986497756975ad2321 (patch) | |
tree | 7bfd726536ac8382b32c3a1d84ddaa0b6ce0cb7a /sys-boot | |
parent | dev-embedded/rpi-eeprom: Stabilize 11.0_p1 arm64, #767046 (diff) | |
download | gentoo-ff53daf082f43b2bb7d6b9986497756975ad2321.tar.gz gentoo-ff53daf082f43b2bb7d6b9986497756975ad2321.tar.bz2 gentoo-ff53daf082f43b2bb7d6b9986497756975ad2321.zip |
sys-boot/raspberrypi-firmware: Stabilize 1.20201201 arm64, #767046
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201201.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201201.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201201.ebuild index 4d208a6539b2..43c2288dc321 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201201.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201201.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 |