Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/
Date: Mon, 30 Dec 2019 22:33:41
Message-Id: 1577745184.c90506d8deb77f96a62ba99c0f4d9dfb3ac2a91d.andrey_utkin@gentoo
1 commit: c90506d8deb77f96a62ba99c0f4d9dfb3ac2a91d
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 22:31:50 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 22:33:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90506d8
7
8 sys-boot/raspberrypi-firmware: add ~arm64 keyword
9
10 Per approval of the approach by neddyseagoon, as expressed in the link
11 given below.
12
13 Acked-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
14 Link: https://bugs.gentoo.org/685412#c4
15 Closes: https://bugs.gentoo.org/685412
16 Package-Manager: Portage-2.3.66, Repoman-2.3.16
17 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
18
19 sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild | 2 +-
20 sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 2 +-
21 2 files changed, 2 insertions(+), 2 deletions(-)
22
23 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild
24 index e1ebbe9b7e4..3b499cf2ad5 100644
25 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild
26 +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild
27 @@ -22,7 +22,7 @@ if [[ "${PV}" == 9999 ]]; then
28 EGIT_CLONE_TYPE="shallow"
29 else
30 SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="-* ~arm"
32 + KEYWORDS="-* ~arm ~arm64"
33 S="${WORKDIR}/firmware-${PV}"
34 fi
35
36
37 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
38 index e1ebbe9b7e4..3b499cf2ad5 100644
39 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
40 +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
41 @@ -22,7 +22,7 @@ if [[ "${PV}" == 9999 ]]; then
42 EGIT_CLONE_TYPE="shallow"
43 else
44 SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="-* ~arm"
46 + KEYWORDS="-* ~arm ~arm64"
47 S="${WORKDIR}/firmware-${PV}"
48 fi