From: Andrey Utkin Date: Mon, 30 Dec 2019 22:31:50 +0000 (+0000) Subject: sys-boot/raspberrypi-firmware: add ~arm64 keyword X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c90506d8deb77f96a62ba99c0f4d9dfb3ac2a91d;p=gentoo.git sys-boot/raspberrypi-firmware: add ~arm64 keyword Per approval of the approach by neddyseagoon, as expressed in the link given below. Acked-by: Roy Bamford 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 --- diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild index e1ebbe9b7e43..3b499cf2ad55 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20190925.ebuild @@ -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 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index e1ebbe9b7e43..3b499cf2ad55 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -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