diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-10-20 18:34:55 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-20 17:32:42 +0000 |
commit | 028e04625841065c03361adfbd40df6f9b032644 (patch) | |
tree | e1754f87532d18103a8f935571ff0183c853baa6 /community | |
parent | 107eab36c99dcdf6d186bc86a6e4501cc089a2eb (diff) | |
download | aports-028e04625841065c03361adfbd40df6f9b032644.tar.bz2 aports-028e04625841065c03361adfbd40df6f9b032644.tar.xz |
community/kde-cli-tools: re-enable on s390x and ppc64le
Closes !560
Diffstat (limited to 'community')
-rw-r--r-- | community/kde-cli-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kde-cli-tools/APKBUILD b/community/kde-cli-tools/APKBUILD index 4c05154611..109bd40c77 100644 --- a/community/kde-cli-tools/APKBUILD +++ b/community/kde-cli-tools/APKBUILD @@ -4,7 +4,7 @@ pkgname=kde-cli-tools pkgver=5.17.0 pkgrel=0 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" -arch="all !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine +arch="all" url="https://cgit.kde.org/kde-cli-tools" license="(GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.1-only" makedepends="extra-cmake-modules kdoctools-dev qt5-qtbase-dev qt5-qtsvg-dev qt5-qtx11extras-dev kconfig-dev kiconthemes-dev kinit-dev ki18n-dev kcmutils-dev kio-dev kservice-dev kwindowsystem-dev kactivities-dev kdeclarative-dev kdesu-dev plasma-workspace-dev" |