diff options
author | info@mobile-stream.com <info@mobile-stream.com> | 2018-11-13 21:03:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-23 13:52:46 +0000 |
commit | 2594cf7077d7bbdfd03ea92bfb3ca4fb39c09b57 (patch) | |
tree | 33666e8fd519ab6b0f9ed632ed99246f9d5f7e4a /main/gnu-efi | |
parent | fb6554a6d71c46308644aa7bfb486d8d66e467f0 (diff) | |
download | aports-2594cf7077d7bbdfd03ea92bfb3ca4fb39c09b57.tar.bz2 aports-2594cf7077d7bbdfd03ea92bfb3ca4fb39c09b57.tar.xz |
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.
Diffstat (limited to 'main/gnu-efi')
-rw-r--r-- | main/gnu-efi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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="" |