diff options
-rw-r--r-- | community/ioping/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ioping/APKBUILD b/community/ioping/APKBUILD index a3cd54ed25..06c4ee1c6b 100644 --- a/community/ioping/APKBUILD +++ b/community/ioping/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1 pkgrel=0 pkgdesc="A simple disk i/o latency measurement tool" url="https://github.com/koct9i/ioping" -arch="all" +arch="all !s390x" license="GPL-3.0-or-later" makedepends="linux-headers" subpackages="$pkgname-doc" |