diff options
author | Sam James <sam@gentoo.org> | 2021-03-05 20:34:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 20:34:24 +0000 |
commit | ee80c44e814e5b1141435e55dc3429218158d37f (patch) | |
tree | 126cc8c0d05efe8d5de80a37339c855c2a3ad06f /sys-boot | |
parent | dev-libs/geoip: Stabilize 1.6.12 arm, #774123 (diff) | |
download | gentoo-ee80c44e814e5b1141435e55dc3429218158d37f.tar.gz gentoo-ee80c44e814e5b1141435e55dc3429218158d37f.tar.bz2 gentoo-ee80c44e814e5b1141435e55dc3429218158d37f.zip |
sys-boot/raspberrypi-firmware: Stabilize 1.20210108 arm, #774129
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild index 263276be82c7..4d208a6539b2 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20210108.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 |