diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2017-04-09 02:34:09 -0400 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-10 12:58:56 +0000 |
commit | 0efdb591d0a6f10796708df3129a4a8a05575bb5 (patch) | |
tree | 2378f2beb5f05e917bb53255a72eaea9dec80ce6 /main/gnu-efi | |
parent | 3d2534389b899cfcf2f38154567cce2877321872 (diff) | |
download | aports-0efdb591d0a6f10796708df3129a4a8a05575bb5.tar.bz2 aports-0efdb591d0a6f10796708df3129a4a8a05575bb5.tar.xz |
main/{cjdns,gnu-efi}: no support for s390x
cjdns : need implementation in
src/node_build/dependencies/cnacl/node_build/plans
Diffstat (limited to 'main/gnu-efi')
-rw-r--r-- | main/gnu-efi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gnu-efi/APKBUILD b/main/gnu-efi/APKBUILD index 87456804bf..72e20aa927 100644 --- a/main/gnu-efi/APKBUILD +++ b/main/gnu-efi/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gnu-efi pkgver=3.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Development Libraries and headers for EFI" url="ftp://ftp.hpl.hp.com/pub/linux-ia64" -arch="all !armhf !ppc64le" +arch="all !armhf !ppc64le !s390x" license="BSD" depends="" depends_dev="" |