diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/ksysguard/APKBUILD | 2 |
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" |