diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 21:37:30 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 21:38:36 -0300 |
| commit | c697128093efa38d3cbdc4f5c70e0612efa3b1a7 (patch) | |
| tree | 23a9fcfb93fa788a908443972ff3fef6389416ec /testing/kde-cli-tools | |
| parent | 39d150becbd8701e5de6ea8d94197c1a403c963d (diff) | |
| download | aports-c697128093efa38d3cbdc4f5c70e0612efa3b1a7.tar.bz2 aports-c697128093efa38d3cbdc4f5c70e0612efa3b1a7.tar.xz | |
testing/kde-cli-tools: limit no ppc64le
Diffstat (limited to 'testing/kde-cli-tools')
| -rw-r--r-- | testing/kde-cli-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kde-cli-tools/APKBUILD b/testing/kde-cli-tools/APKBUILD index 5bf93b9214..36490daed7 100644 --- a/testing/kde-cli-tools/APKBUILD +++ b/testing/kde-cli-tools/APKBUILD @@ -4,7 +4,7 @@ pkgname=kde-cli-tools pkgver=5.16.1 pkgrel=0 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" -arch="all" +arch="all !ppc64le" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine 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" depends_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" |
