main/gnu-efi: disable build on mips*

Explicitly list supported architectures instead of using the bulky "all !..." logic (and assuming !armel was omitted by accident).

Do not bump pkgrel since this change does not affect the produced apk in any way.
This commit is contained in:
info@mobile-stream.com 2018-11-13 21:03:04 +00:00 committed by Leonardo Arena
parent fb6554a6d7
commit 2594cf7077

View File

@ -4,7 +4,7 @@ pkgver=3.0.4
pkgrel=1
pkgdesc="Development Libraries and headers for EFI"
url="ftp://ftp.hpl.hp.com/pub/linux-ia64"
arch="all !armhf !armv7 !ppc64le !s390x"
arch="aarch64 x86 x86_64"
license="BSD"
depends=""
depends_dev=""