diff options
Diffstat (limited to 'testing')
-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" |