From c97c85f9090d52e174b2b2c467d2abedce64b856 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Mon, 28 Dec 2020 06:45:37 -0300
Subject: [PATCH] testing/anki: disable on mips(64)

---
 testing/anki/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/anki/APKBUILD b/testing/anki/APKBUILD
index 39497057cfaa..35b13dac685c 100644
--- a/testing/anki/APKBUILD
+++ b/testing/anki/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1.15
 pkgrel=0
 pkgdesc="flashcard program using spaced repetition"
 url="https://apps.ankiweb.net/"
-arch="noarch !ppc64le !s390x" # py3-qtwebengine unavailable for !archs
+arch="noarch !mips !mips64 !ppc64le !s390x" # py3-qtwebengine unavailable for !archs
 license="AGPL-3.0-or-later"
 options="!check" # no test suite provided
 makedepends="bash xdg-utils perl"
-- 
GitLab