summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2019-03-25 23:06:42 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2019-03-25 23:06:42 +0000
commitbe8fc2551faa2697740bb7cbc7db8f9df737fb33 (patch)
tree86fe62b4cfbc560317f9404352c631cda9aecc83 /sys-boot
parentnet-mail/qmail-autoresponder: stable 0.97-r3 for hppa, bug #679456 (diff)
downloadgentoo-be8fc2551faa2697740bb7cbc7db8f9df737fb33.tar.gz
gentoo-be8fc2551faa2697740bb7cbc7db8f9df737fb33.tar.bz2
gentoo-be8fc2551faa2697740bb7cbc7db8f9df737fb33.zip
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@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190215.ebuild2
-rw-r--r--sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild2
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