aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ksysguard
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-19 21:41:21 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 21:41:21 -0300
commitd7133c644b933f8e66ce6a03c4cf229fa3454185 (patch)
treef14b8b31e91babbcc26c7414f983f09ba33e74f1 /testing/ksysguard
parent5bfba56f90bffa69d2657d39fec87ef924d4f5cf (diff)
downloadaports-d7133c644b933f8e66ce6a03c4cf229fa3454185.tar.bz2
aports-d7133c644b933f8e66ce6a03c4cf229fa3454185.tar.xz
testing/ksysguard: limit on ppc64le
Diffstat (limited to 'testing/ksysguard')
-rw-r--r--testing/ksysguard/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ksysguard/APKBUILD b/testing/ksysguard/APKBUILD
index 9b99d14f86..5358550aeb 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"
+arch="all !ppc64le" # 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"