From fdbfa695c58363d68cd662078743c3ef3dfd0a69 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 16 Oct 2020 21:15:00 -0300 Subject: community/kauth: disable on mips and mips64 --- community/kauth/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD index 1afd2c23f0..db41b02ccb 100644 --- a/community/kauth/APKBUILD +++ b/community/kauth/APKBUILD @@ -4,7 +4,9 @@ pkgname=kauth pkgver=5.75.0 pkgrel=0 pkgdesc="Abstraction to system policy and authentication features" -arch="all !armhf !s390x" # armhf blocked by extra-cmake-modules and s390x blocked by polkit +# armhf blocked by extra-cmake-modules +# mips, mips64, s390x blocked by polkit +arch="all !armhf !mips !mips64 !s390x" url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev kcoreaddons-dev polkit-qt-1-dev" -- cgit v1.2.1