From 2594cf7077d7bbdfd03ea92bfb3ca4fb39c09b57 Mon Sep 17 00:00:00 2001 From: "info@mobile-stream.com" Date: Tue, 13 Nov 2018 21:03:04 +0000 Subject: [PATCH] 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. --- main/gnu-efi/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gnu-efi/APKBUILD b/main/gnu-efi/APKBUILD index ea3cc1d8a81..f13b22d96e2 100644 --- a/main/gnu-efi/APKBUILD +++ b/main/gnu-efi/APKBUILD @@ -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=""