diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:54:30 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:54:30 -0300 |
commit | 3f0f2847b7054d43c76eeebd5333442dd117cdba (patch) | |
tree | 0e9ba5291515b41d7d76775886569533b3c2129c /testing | |
parent | 10de0df93c18f41e55e8e93fc41fca6e7e6c882c (diff) | |
download | aports-3f0f2847b7054d43c76eeebd5333442dd117cdba.tar.bz2 aports-3f0f2847b7054d43c76eeebd5333442dd117cdba.tar.xz |
testing/ktorrent: limit on ppc64le on s390x
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ktorrent/APKBUILD | 2 |
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" |