commit:     be8fc2551faa2697740bb7cbc7db8f9df737fb33
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 23:06:42 2019 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 23:06:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8fc255

sys-boot/raspberrypi-firmware: drop ~arm64 keyword

I have mistakingly added it recently.

And as neddyseagoon explained, the firmware repository contains files
exclusively for 32 bit mode. 64 bit mode is not currently officially
supported by Raspberry Pi Foundation even on capable software.

Suggested-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>

 sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild | 2 +-
 sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild 
b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
index 5eaa396afd0..4b06dfa4993 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == 9999 ]]; then
        EGIT_CLONE_TYPE="shallow"
 else
        SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="-* ~arm ~arm64"
+       KEYWORDS="-* ~arm"
        S="${WORKDIR}/firmware-${PV}"
 fi
 

diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild 
b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
index 5eaa396afd0..4b06dfa4993 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == 9999 ]]; then
        EGIT_CLONE_TYPE="shallow"
 else
        SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-       KEYWORDS="-* ~arm ~arm64"
+       KEYWORDS="-* ~arm"
        S="${WORKDIR}/firmware-${PV}"
 fi
 

Reply via email to