diff options
author | Sam James <sam@gentoo.org> | 2020-12-11 22:11:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-11 22:11:37 +0000 |
commit | fbaf6014cdff64182f33ac08204fb781d947a13c (patch) | |
tree | b4d6f8b64cfd93b1b50bccdc4659734326686966 /sys-boot/raspberrypi-firmware | |
parent | media-libs/raspberrypi-userland-bin: Stabilize 1.20201022 arm, #758929 (diff) | |
download | gentoo-fbaf6014cdff64182f33ac08204fb781d947a13c.tar.gz gentoo-fbaf6014cdff64182f33ac08204fb781d947a13c.tar.bz2 gentoo-fbaf6014cdff64182f33ac08204fb781d947a13c.zip |
sys-boot/raspberrypi-firmware: Stabilize 1.20201022 arm, #758929
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-boot/raspberrypi-firmware')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201022.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201022.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201022.ebuild index 7102d367161f..9ed770d2e9df 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201022.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20201022.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 |