aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-16 09:47:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-16 09:47:33 +0000
commit3a7fd02f3e8f78687cd8f0db23959cdce86244fd (patch)
tree4f0ac3a9e16e4c476410f10dedaf3306dcc2bbbc /community
parent343a36c4e8b44ea8671bda925d239b234ff2e763 (diff)
downloadaports-3a7fd02f3e8f78687cd8f0db23959cdce86244fd.tar.bz2
aports-3a7fd02f3e8f78687cd8f0db23959cdce86244fd.tar.xz
community/ioping: disable on s390x
tests fails
Diffstat (limited to 'community')
-rw-r--r--community/ioping/APKBUILD2
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=""