~alpine/aports

[alpine-aports] [PATCH] main/gnu-efi: disable build on mips*

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181114001201.2706C622B7@mx12.valuehost.ru>
Sender timestamp
1542142984
DKIM signature
missing
Download raw message
Patch: +1 -1
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
---
Reply to thread Export thread (mbox)