aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-19 22:54:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 22:54:30 -0300
commit3f0f2847b7054d43c76eeebd5333442dd117cdba (patch)
tree0e9ba5291515b41d7d76775886569533b3c2129c /testing
parent10de0df93c18f41e55e8e93fc41fca6e7e6c882c (diff)
downloadaports-3f0f2847b7054d43c76eeebd5333442dd117cdba.tar.bz2
aports-3f0f2847b7054d43c76eeebd5333442dd117cdba.tar.xz
testing/ktorrent: limit on ppc64le on s390x
Diffstat (limited to 'testing')
-rw-r--r--testing/ktorrent/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ktorrent/APKBUILD b/testing/ktorrent/APKBUILD
index 578f1aedec..270286166f 100644
--- a/testing/ktorrent/APKBUILD
+++ b/testing/ktorrent/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ktorrent
pkgver=5.1.1
pkgrel=0
-arch="all"
+arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine
url="https://kde.org/applications/internet/org.kde.ktorrent"
pkgdesc="A powerful BitTorrent client for KDE"
license="GPL-2.0-or-later"