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:58:26
Message-Id: 1649534291.775c9ab2fbf7cdfb366fe3ec2e53adabba43f93f.arthurzam@gentoo
1 commit: 775c9ab2fbf7cdfb366fe3ec2e53adabba43f93f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:58:11 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:58:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775c9ab2
7
8 sys-boot/raspberrypi-firmware: Stabilize 1.20211118 arm, #836845
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 2c69f7f75c26..644ed35b7ae5 100644
17 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild
18 +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20211118.ebuild
19 @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then
20 EGIT_CLONE_TYPE="shallow"
21 else
22 SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="-* ~arm arm64"
24 + KEYWORDS="-* arm arm64"
25 S="${WORKDIR}/firmware-${PV}"
26 fi