diff options
Diffstat (limited to 'community/iwd/APKBUILD')
-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" |