sys-boot/raspberrypi-firmware: drop ~arm64 keyword
authorAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 25 Mar 2019 23:06:42 +0000 (23:06 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 25 Mar 2019 23:06:42 +0000 (23:06 +0000)
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@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild
sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild

index 5eaa396afd0b054630c0f83df0a3f7d008dc9517..4b06dfa49939bd8ab97439d3f5bf886f6cf9a9b2 100644 (file)
@@ -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
 
index 5eaa396afd0b054630c0f83df0a3f7d008dc9517..4b06dfa49939bd8ab97439d3f5bf886f6cf9a9b2 100644 (file)
@@ -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