From a33eafbea0af48dda43832c62bb17e9f5daefa4c Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 20:03:22 +0000 Subject: [PATCH] testing/akonadi-import-wizard: disable on mips --- testing/akonadi-import-wizard/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/akonadi-import-wizard/APKBUILD b/testing/akonadi-import-wizard/APKBUILD index 43829fa944f..1b10e4159d8 100644 --- a/testing/akonadi-import-wizard/APKBUILD +++ b/testing/akonadi-import-wizard/APKBUILD @@ -3,7 +3,7 @@ pkgname=akonadi-import-wizard pkgver=19.12.3 pkgrel=0 -arch="all !ppc64le !s390x !armhf" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine +arch="all !ppc64le !s390x !armhf !mips !mips64" # Limited by kmailtransport -> libkgapi -> qt5-qtwebengine url="https://kontact.kde.org/" pkgdesc="Import data from other mail clients to KMail" license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only"