From 23f7aed86e163bd0712ad9ecec718ca89a8a6fbb Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 12 Dec 2020 17:04:05 -0300 Subject: [PATCH] community/kaccounts-integration: disable on mips64 --- community/kaccounts-integration/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/kaccounts-integration/APKBUILD b/community/kaccounts-integration/APKBUILD index 0af522541bb..17c4331778c 100644 --- a/community/kaccounts-integration/APKBUILD +++ b/community/kaccounts-integration/APKBUILD @@ -5,7 +5,8 @@ pkgver=20.08.3 pkgrel=0 # armhf blocked by extra-cmake-modules # s390x blocked by multiple KDE Frameworks -arch="all !armhf !s390x" +# mips64 blocked by multiple KDE Frameworks +arch="all !armhf !s390x !mips64" url="https://kde.org/applications/internet/" pkgdesc="Small system to administer web accounts for the sites and services across the KDE desktop" license="GPL-2.0-or-later AND LGPL-2.1-or-later"