diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:31:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:31:30 +0300 |
commit | 8ae7f0cfa7fa62e5567997cfb121721f5cb0f475 (patch) | |
tree | 91756efa62568fe60e8be6e2ce54a69c1565871d /sys-kernel/raspberrypi-image | |
parent | dev-python/mando: Stabilize 0.7.1 sparc, #836499 (diff) | |
download | gentoo-8ae7f0cfa7fa62e5567997cfb121721f5cb0f475.tar.gz gentoo-8ae7f0cfa7fa62e5567997cfb121721f5cb0f475.tar.bz2 gentoo-8ae7f0cfa7fa62e5567997cfb121721f5cb0f475.zip |
sys-kernel/raspberrypi-image: Stabilize 5.10.63_p20211029 arm64, #836569
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-kernel/raspberrypi-image')
-rw-r--r-- | sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild index c889903dd8ca..f0ec16d555f7 100644 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,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 ~arm64" + KEYWORDS="-* ~arm arm64" fi src_install() { |