From aa1e5d47b1a9ab0af215c3a9ea7ee0a524d6a017 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Fri, 21 May 2021 01:51:58 -0600 Subject: [PATCH] testing/kiwix-tools: disable on mips64 --- testing/kiwix-tools/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/kiwix-tools/APKBUILD b/testing/kiwix-tools/APKBUILD index 6013f52e5677..2ad7c3ba589e 100644 --- a/testing/kiwix-tools/APKBUILD +++ b/testing/kiwix-tools/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.1.2 pkgrel=0 pkgdesc="Kiwix command line tools" url="https://github.com/kiwix/kiwix-tools" -arch="all" +arch="all !mips64" license="GPL-3.0-or-later" makedepends=" meson -- GitLab