aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zimg/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-14 21:31:49 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-14 21:31:49 +0000
commit39ce9384178d356aba21f76cf0f45ca6963f2f7e (patch)
treefbe0a925891cbe06bf6674d018dd478f83dbbadc /testing/zimg/APKBUILD
parent7a574336c7447d786c7f01029a3af4bca84f5de5 (diff)
testing/zimg: note that tests fail on big-endian, block on mips
Diffstat (limited to 'testing/zimg/APKBUILD')
-rw-r--r--testing/zimg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zimg/APKBUILD b/testing/zimg/APKBUILD
index c6148f2d1d3..6afdaaee829 100644
--- a/testing/zimg/APKBUILD
+++ b/testing/zimg/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.9.3
pkgrel=0
pkgdesc="Scaling, colorspace conversion and dithering library"
url="https://github.com/sekrit-twc/zimg"
-arch="all !s390x" # Tests fail
+arch="all !s390x !mips !mips64" # Tests fail on big-endian
license="WTFPL-2.0"
makedepends="autoconf automake libtool"
subpackages="$pkgname-doc $pkgname-dev"