aboutsummaryrefslogtreecommitdiffstats
path: root/community/powerdevil
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-12-14 00:12:12 -0700
committerAriadne Conill <ariadne@dereferenced.org>2020-12-14 00:12:48 -0700
commit61397d47887620479e659cc54138cdac3f956edc (patch)
tree80ac270e8db6d04e0545af32e7c3af47c4f5feb2 /community/powerdevil
parent7cfcf4a6ca551e60ca07492f3f356506db972344 (diff)
community: disable s390x and mips64 where not already disabled due to rust/polkit
Diffstat (limited to 'community/powerdevil')
-rw-r--r--community/powerdevil/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/powerdevil/APKBUILD b/community/powerdevil/APKBUILD
index aa99afd4601..c2bf93e633a 100644
--- a/community/powerdevil/APKBUILD
+++ b/community/powerdevil/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Manages the power consumption settings of a Plasma Shell"
# armhf blocked by extra-cmake-modules
# s390x blocked by libksysguard
-arch="all !armhf !s390x"
+arch="all !armhf !s390x !mips64"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-2.0-or-later AND LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)"
depends="upower"