aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zimg
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-08-13 22:11:47 +0300
committerprspkt <prspkt@protonmail.com>2019-08-13 22:11:47 +0300
commitb19fef45dc12c9bca392df28f2afdee76cc6915a (patch)
tree1ed460e6268106c7fa20088906e84231617d375a /testing/zimg
parent95e1acdf7e41b2dcf4e982d3476323d69647e0ce (diff)
downloadaports-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/APKBUILD2
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"