diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 13:09:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 13:09:33 +0000 |
commit | 08ff3d6c7fedab2ae6332d6d5f133be46068b3f7 (patch) | |
tree | 3d9efa2a03309c1c553ee1c807497c057a9c5870 /community/ioping | |
parent | c8c6c8ca8706f1f32b35cf452e25b994b76bed55 (diff) | |
download | aports-08ff3d6c7fedab2ae6332d6d5f133be46068b3f7.tar.bz2 aports-08ff3d6c7fedab2ae6332d6d5f133be46068b3f7.tar.xz |
community/ioping: enable on s390x
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 442e8fc281..f7c7f4d211 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 !s390x" +arch="all" license="GPL3+" depends="" depends_dev="" |