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-boot/raspberrypi-firmware/
Date: Sat, 09 Apr 2022 19:57:46
Message-Id: 1649534251.af2c0afadc6922aac892a6430a3de531fa6d4663.arthurzam@gentoo
1 commit: af2c0afadc6922aac892a6430a3de531fa6d4663
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:57:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:57:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2c0afa
7
8 sys-boot/raspberrypi-firmware: Stabilize 1.20211118 arm64, #836845
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild
16 index 263276be82c7..2c69f7f75c26 100644
17 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild
18 +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.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 @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then
26 EGIT_CLONE_TYPE="shallow"
27 else
28 SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="-* ~arm ~arm64"
30 + KEYWORDS="-* ~arm arm64"
31 S="${WORKDIR}/firmware-${PV}"
32 fi