mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-24 19:02:27 +01:00
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:
parent
fb6554a6d7
commit
2594cf7077
@ -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=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user