aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-20 10:06:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-20 10:06:15 -0300
commit20572e547272faa34fa61d28de694158402df159 (patch)
treea60cacd8995e4a5d75a6753520e9454950131ea5
parent79ae3aaf9ae5fbcbc7e11442f6440de2a87006da (diff)
testing/kdeplasma-addons: limit on ppc64le and s390x
-rw-r--r--testing/kdeplasma-addons/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kdeplasma-addons/APKBUILD b/testing/kdeplasma-addons/APKBUILD
index 6fbd36d6585..4bc905dc324 100644
--- a/testing/kdeplasma-addons/APKBUILD
+++ b/testing/kdeplasma-addons/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kdeplasma-addons
pkgver=5.16.1
pkgrel=0
pkgdesc="All kind of addons to improve your Plasma experience "
-arch="all"
+arch="all !ppc64le !s390x" # Limited by qt5-qtwebengine
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-2.0-only AND GPL-2.0-or-later"
depends="purpose"