diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-05-15 20:30:04 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-05-15 20:30:04 +0200 |
commit | ddbd6d569bd3ec9e23aab783bd73f8144c967fb6 (patch) | |
tree | b42989c18b3b7ce2658f70fc2f63d1690c171489 /community/iwd | |
parent | b123860db0f6e31570c5d528e78b72f080dea71c (diff) | |
download | aports-ddbd6d569bd3ec9e23aab783bd73f8144c967fb6.tar.bz2 aports-ddbd6d569bd3ec9e23aab783bd73f8144c967fb6.tar.xz |
community/iwd: disable build on s390x
test fail on s390x
Diffstat (limited to 'community/iwd')
-rw-r--r-- | community/iwd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD index fa5372edff..63f0b56adf 100644 --- a/community/iwd/APKBUILD +++ b/community/iwd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.18 pkgrel=0 pkgdesc="Internet Wireless Daemon" url="https://iwd.wiki.kernel.org/" -arch="all" +arch="all !s390x" license="LGPL-2.1-or-later" makedepends="ell-dev dbus-dev readline-dev linux-headers asciidoc" checkdepends="coreutils" |