diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2018-09-11 21:02:15 +0200 |
---|---|---|
committer | Henrik Riomar <henrik.riomar@gmail.com> | 2018-09-11 21:02:15 +0200 |
commit | df0474aa7bd37fd50621b90fafbf75d1fc663f30 (patch) | |
tree | c25d9b27df9eeb71f8f4423979d85bc5434cb2f3 /community/ioping | |
parent | 393dd4d2248291c54e01d93ff3b92e54323feee4 (diff) | |
download | aports-df0474aa7bd37fd50621b90fafbf75d1fc663f30.tar.bz2 aports-df0474aa7bd37fd50621b90fafbf75d1fc663f30.tar.xz |
community/ioping: disable on s390x due to check error
Diffstat (limited to 'community/ioping')
-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" |