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, 25 Mar 2019 23:07:40
Message-Id: 1553555202.be8fc2551faa2697740bb7cbc7db8f9df737fb33.andrey_utkin@gentoo
1 commit: be8fc2551faa2697740bb7cbc7db8f9df737fb33
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 25 23:06:42 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 25 23:06:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8fc255
7
8 sys-boot/raspberrypi-firmware: drop ~arm64 keyword
9
10 I have mistakingly added it recently.
11
12 And as neddyseagoon explained, the firmware repository contains files
13 exclusively for 32 bit mode. 64 bit mode is not currently officially
14 supported by Raspberry Pi Foundation even on capable software.
15
16 Suggested-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
17 Package-Manager: Portage-2.3.62, Repoman-2.3.12
18 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
19
20 sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild | 2 +-
21 sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 2 +-
22 2 files changed, 2 insertions(+), 2 deletions(-)
23
24 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
25 index 5eaa396afd0..4b06dfa4993 100644
26 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
27 +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
28 @@ -16,7 +16,7 @@ if [[ "${PV}" == 9999 ]]; then
29 EGIT_CLONE_TYPE="shallow"
30 else
31 SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 - KEYWORDS="-* ~arm ~arm64"
33 + KEYWORDS="-* ~arm"
34 S="${WORKDIR}/firmware-${PV}"
35 fi
36
37
38 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
39 index 5eaa396afd0..4b06dfa4993 100644
40 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
41 +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
42 @@ -16,7 +16,7 @@ if [[ "${PV}" == 9999 ]]; then
43 EGIT_CLONE_TYPE="shallow"
44 else
45 SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 - KEYWORDS="-* ~arm ~arm64"
47 + KEYWORDS="-* ~arm"
48 S="${WORKDIR}/firmware-${PV}"
49 fi