Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/raspberrypi-image/
Date: Sat, 09 Apr 2022 19:31:54
Message-Id: 1649532690.8ae7f0cfa7fa62e5567997cfb121721f5cb0f475.arthurzam@gentoo
1 commit: 8ae7f0cfa7fa62e5567997cfb121721f5cb0f475
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:31:30 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:31:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae7f0cf
7
8 sys-kernel/raspberrypi-image: Stabilize 5.10.63_p20211029 arm64, #836569
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index c889903dd8ca..f0ec16d555f7 100644
17 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild
18 +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-5.10.63_p20211029.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -30,7 +30,7 @@ else
26 MY_PV="1.$(ver_cut 5)"
27 SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV}.tar.gz -> raspberrypi-firmware-${MY_PV}.tar.gz"
28 S="${WORKDIR}/firmware-${MY_PV}"
29 - KEYWORDS="-* ~arm ~arm64"
30 + KEYWORDS="-* ~arm arm64"
31 fi
32
33 src_install() {