diff options
author | prspkt <prspkt@protonmail.com> | 2019-08-13 22:11:47 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-08-13 22:11:47 +0300 |
commit | b19fef45dc12c9bca392df28f2afdee76cc6915a (patch) | |
tree | 1ed460e6268106c7fa20088906e84231617d375a /testing/zimg | |
parent | 95e1acdf7e41b2dcf4e982d3476323d69647e0ce (diff) | |
download | aports-b19fef45dc12c9bca392df28f2afdee76cc6915a.tar.bz2 aports-b19fef45dc12c9bca392df28f2afdee76cc6915a.tar.xz |
testing/zimg: limit on s390x
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'testing/zimg')
-rw-r--r-- | testing/zimg/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zimg/APKBUILD b/testing/zimg/APKBUILD index 72f81833da..69e461b420 100644 --- a/testing/zimg/APKBUILD +++ b/testing/zimg/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.9.2 pkgrel=0 pkgdesc="Scaling, colorspace conversion and dithering library" url="https://github.com/sekrit-twc/zimg" -arch="all" +arch="all !s390x" # Tests fail license="WTFPL-2.0" makedepends="autoconf automake libtool" subpackages="$pkgname-doc $pkgname-dev" |