aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/kauth/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD
index 1afd2c23f02..db41b02ccb2 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"