diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 11:26:21 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 11:26:21 -0300 |
commit | 3ab707f538ee8a853273288cf1a2885f0807449a (patch) | |
tree | 1fb338615cb469fdd42c636c59de42e8859653e8 /testing/kget | |
parent | a0389eee0aefcddb1aabdf8d510726152367579f (diff) | |
download | aports-3ab707f538ee8a853273288cf1a2885f0807449a.tar.bz2 aports-3ab707f538ee8a853273288cf1a2885f0807449a.tar.xz |
testing/kget: limit on ppc64le and s390x
Diffstat (limited to 'testing/kget')
-rw-r--r-- | testing/kget/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kget/APKBUILD b/testing/kget/APKBUILD index 617ded9acb..04b9e011c2 100644 --- a/testing/kget/APKBUILD +++ b/testing/kget/APKBUILD @@ -3,7 +3,7 @@ pkgname=kget pkgver=19.04.2 pkgrel=0 -arch="all" +arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine url="https://kde.org/applications/internet/org.kde.kget" pkgdesc="A versatile and user-friendly download manager" license="GPL-2.0-or-later AND LGPL-2.0-only AND GFDL-2.1-only" |