aboutsummaryrefslogtreecommitdiffstats
path: root/community/polkit-kde-agent-1/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-10-30 16:10:26 -0600
committerAriadne Conill <ariadne@dereferenced.org>2020-10-30 16:10:26 -0600
commit799ef0f79c3928408eaebe148cb548c3fddf3ac1 (patch)
tree8dec59bba044b4422721fede9abad0ea440e47bc /community/polkit-kde-agent-1/APKBUILD
parent67a1dfb44125f6479eeb98fb2a987b544da4078c (diff)
community/polkit-kde-agent-1: disable on all non-rust archs
Diffstat (limited to 'community/polkit-kde-agent-1/APKBUILD')
-rw-r--r--community/polkit-kde-agent-1/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/polkit-kde-agent-1/APKBUILD b/community/polkit-kde-agent-1/APKBUILD
index aeeba5daa35..2d573b1f8b4 100644
--- a/community/polkit-kde-agent-1/APKBUILD
+++ b/community/polkit-kde-agent-1/APKBUILD
@@ -5,8 +5,8 @@ pkgver=5.20.2
pkgrel=0
pkgdesc="Daemon providing a polkit authentication UI for KDE"
# armhf blocked by extra-cmake-modules
-# s390x blocked by polkit-qt-1
-arch="all !armhf !s390x"
+# mips, mips64, s390x blocked by polkit-qt-1
+arch="all !armhf !s390x !mips !mips64"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-2.0-or-later"
depends="polkit-elogind"