X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id B67765C667C for ; Wed, 14 Nov 2018 00:12:01 +0000 (GMT) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 2706C622B7 for ; Wed, 14 Nov 2018 03:12:01 +0300 (MSK) From: alpine-mips-patches Date: Tue, 13 Nov 2018 21:03:04 +0000 Subject: [alpine-aports] [PATCH] main/gnu-efi: disable build on mips* To: alpine-aports@lists.alpinelinux.org Message-Id: <20181114001201.2706C622B7@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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 ea3cc1d8a8..f13b22d96e 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="" -- 2.19.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---