aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-19 22:02:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 22:02:26 -0300
commit14d4da2cc5232a44cd3c072bf5275469bac7ed00 (patch)
tree4cb582d5eeb9d456af9fdbb86f5efe4712e6e210 /testing
parent429f7d4cf150830e4d9acaa5755ac9e0652e0076 (diff)
testing/systemsettings: limit on ppc64le and s390x
Diffstat (limited to 'testing')
-rw-r--r--testing/systemsettings/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/systemsettings/APKBUILD b/testing/systemsettings/APKBUILD
index 7df2fb0445e..1c63a6c3703 100644
--- a/testing/systemsettings/APKBUILD
+++ b/testing/systemsettings/APKBUILD
@@ -4,7 +4,7 @@ pkgname=systemsettings
pkgver=5.16.1
pkgrel=0
pkgdesc="Plasma system manager for hardware, software, and workspaces"
-arch="all"
+arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-2.0-or-later"
depends="kirigami2"