From a6ea9aa61dff06b2df30ca8b71f38d578335f10c Mon Sep 17 00:00:00 2001 From: TBK Date: Mon, 14 Dec 2020 03:26:49 +0100 Subject: [PATCH] community/kscreenlocker: disable on mips64 --- community/kscreenlocker/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/kscreenlocker/APKBUILD b/community/kscreenlocker/APKBUILD index aaa0971d899..20995431f5b 100644 --- a/community/kscreenlocker/APKBUILD +++ b/community/kscreenlocker/APKBUILD @@ -5,8 +5,8 @@ pkgver=5.20.4 pkgrel=0 pkgdesc="Library and components for secure lock screen architecture" # armhf blocked by extra-cmake-modules -# s390x blocked by kdeclarative -arch="all !armhf !s390x" +# s390x, mips64 blocked by kdeclarative-dev, kcmutils-dev, ktextwidgets-dev, kxmlgui-dev +arch="all !armhf !s390x !mips64" url="https://www.kde.org/workspaces/plasmadesktop/" license="GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only)" depends="linux-pam elogind"