diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 09:47:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 09:47:33 +0000 |
commit | 3a7fd02f3e8f78687cd8f0db23959cdce86244fd (patch) | |
tree | 4f0ac3a9e16e4c476410f10dedaf3306dcc2bbbc /community/ioping/APKBUILD | |
parent | 343a36c4e8b44ea8671bda925d239b234ff2e763 (diff) | |
download | aports-3a7fd02f3e8f78687cd8f0db23959cdce86244fd.tar.bz2 aports-3a7fd02f3e8f78687cd8f0db23959cdce86244fd.tar.xz |
community/ioping: disable on s390x
tests fails
Diffstat (limited to 'community/ioping/APKBUILD')
-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 c2b659befe..fdef79fd48 100644 --- a/community/ioping/APKBUILD +++ b/community/ioping/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0 pkgrel=1 pkgdesc="A simple disk i/o latency measurement tool" url="https://github.com/koct9i/ioping" -arch="all" +arch="all !s390x" license="GPL3+" depends="" depends_dev="" |