aboutsummaryrefslogtreecommitdiffstats
path: root/community/ksysguard
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-10-20 18:35:29 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-20 17:32:42 +0000
commit436f098a5a3eb5c4976d8de3fac33fccc2c8a6bf (patch)
tree2be8e0e173d942f68cb8db7f9e555a739229258e /community/ksysguard
parent3375136b8ac0e7f99f50622b3557d62b4b375631 (diff)
downloadaports-436f098a5a3eb5c4976d8de3fac33fccc2c8a6bf.tar.bz2
aports-436f098a5a3eb5c4976d8de3fac33fccc2c8a6bf.tar.xz
community/ksysguard: re-enable on s390x and ppc64le
Closes !560
Diffstat (limited to 'community/ksysguard')
-rw-r--r--community/ksysguard/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ksysguard/APKBUILD b/community/ksysguard/APKBUILD
index f07ac55ac8..ac90f1a265 100644
--- a/community/ksysguard/APKBUILD
+++ b/community/ksysguard/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ksysguard
pkgver=5.17.0
pkgrel=0
pkgdesc="Track and control the processes running in your system"
-arch="all !ppc64le !s390x" # Limited by libksysguard -> qt5-qtwebengine
+arch="all"
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"