From: Andrey Utkin Date: Mon, 25 Mar 2019 23:06:42 +0000 (+0000) Subject: sys-boot/raspberrypi-firmware: drop ~arm64 keyword X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be8fc2551faa2697740bb7cbc7db8f9df737fb33;p=gentoo.git 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 --- 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