sys-boot/raspberrypi-firmware: add ~arm64 keyword
authorAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 30 Dec 2019 22:31:50 +0000 (22:31 +0000)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Mon, 30 Dec 2019 22:33:04 +0000 (22:33 +0000)
Per approval of the approach by neddyseagoon, as expressed in the link
given below.

Acked-by: Roy Bamford <neddyseagoon@gentoo.org>
Link: https://bugs.gentoo.org/685412#c4
Closes: https://bugs.gentoo.org/685412
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild
sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild

index e1ebbe9b7e43a2ff5a050983bbecb597ff8c93b3..3b499cf2ad55177669ef3c7391d4ddfb25a17263 100644 (file)
@@ -22,7 +22,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"
+       KEYWORDS="-* ~arm ~arm64"
        S="${WORKDIR}/firmware-${PV}"
 fi
 
index e1ebbe9b7e43a2ff5a050983bbecb597ff8c93b3..3b499cf2ad55177669ef3c7391d4ddfb25a17263 100644 (file)
@@ -22,7 +22,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"
+       KEYWORDS="-* ~arm ~arm64"
        S="${WORKDIR}/firmware-${PV}"
 fi