diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:01:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 22:01:36 -0300 |
commit | 429f7d4cf150830e4d9acaa5755ac9e0652e0076 (patch) | |
tree | e793b658121dbe7aebd5344bf42c2c6a14c4c33c /testing/ksysguard | |
parent | a0d7e08905931abf2d589e57775960db83acb2f9 (diff) | |
download | aports-429f7d4cf150830e4d9acaa5755ac9e0652e0076.tar.bz2 aports-429f7d4cf150830e4d9acaa5755ac9e0652e0076.tar.xz |
testing/ksysguard: limit on s390x
Diffstat (limited to 'testing/ksysguard')
-rw-r--r-- | testing/ksysguard/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ksysguard/APKBUILD b/testing/ksysguard/APKBUILD index 5358550aeb..cbd1d18da8 100644 --- a/testing/ksysguard/APKBUILD +++ b/testing/ksysguard/APKBUILD @@ -4,7 +4,7 @@ pkgname=ksysguard pkgver=5.16.1 pkgrel=0 pkgdesc="Track and control the processes running in your system" -arch="all !ppc64le" # Limited by libksysguard -> qt5-qtwebengine +arch="all !ppc64le !s390x" # Limited by libksysguard -> qt5-qtwebengine url="https://userbase.kde.org/KSysGuard" license="GPL-2.0-only" makedepends="extra-cmake-modules kconfig-dev kcoreaddons-dev kdbusaddons-dev kdoctools-dev ki18n-dev kiconthemes-dev kinit-dev kitemviews-dev kio-dev knewstuff-dev knotifications-dev kwindowsystem-dev libksysguard-dev" |