From be8fc2551faa2697740bb7cbc7db8f9df737fb33 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Mon, 25 Mar 2019 23:06:42 +0000 Subject: [PATCH] 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 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin --- .../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 5eaa396afd0b..4b06dfa49939 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 5eaa396afd0b..4b06dfa49939 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 -- 2.26.2