diff options
author | Peter Alfredsen <crabbedhaloablution@icloud.com> | 2020-11-22 15:40:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-23 04:38:36 +0000 |
commit | c3103c6d3aa69ddf8142ba627441edafa39d4c51 (patch) | |
tree | db279cd71ff116406cbbd36ad6c45575f1ec4473 /sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild | |
parent | sys-apps/dbus: Stabilize 1.12.20 ppc, #755392 (diff) | |
download | gentoo-c3103c6d3aa69ddf8142ba627441edafa39d4c51.tar.gz gentoo-c3103c6d3aa69ddf8142ba627441edafa39d4c51.tar.bz2 gentoo-c3103c6d3aa69ddf8142ba627441edafa39d4c51.zip |
sys-kernel/raspberrypi-image: Simple bump to 5.4.72_p20201022
Also keep -9999 on par with 5.4.* ebuilds.
Closes: https://bugs.gentoo.org/756082
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18363
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild')
-rw-r--r-- | sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild index 3a9901ac43da..dd284762191f 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ else MY_PV="1.$(ver_cut 5)" SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz" S="${WORKDIR}/firmware-${MY_PV}" - KEYWORDS="-* ~arm" + KEYWORDS="-* ~arm ~arm64" fi src_install() { |