diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-13 16:27:42 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-14 18:34:43 +0100 |
commit | 5e286492714dd1b1f02102e39f650704aaf04723 (patch) | |
tree | 048b51280cdedd7cd7e4d4092c24bc6307f9881a /community/kwayland-integration | |
parent | 95e97b6f3fac73b312a7707ff5d608a2073a0432 (diff) | |
download | aports-5e286492714dd1b1f02102e39f650704aaf04723.tar.bz2 aports-5e286492714dd1b1f02102e39f650704aaf04723.tar.xz |
community/plasma*: disable on armhf
Diffstat (limited to 'community/kwayland-integration')
-rw-r--r-- | community/kwayland-integration/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD index a23e00312a..45aaf8b3c9 100644 --- a/community/kwayland-integration/APKBUILD +++ b/community/kwayland-integration/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.17.5 pkgrel=0 pkgdesc="KWayland integration" url="https://www.kde.org/workspaces/plasmadesktop/" -arch="all" +arch="all !armhf" # armhf blocked by extra-cmake-modules license="LGPL-2.1-only OR LGPL-3.0-only" depends="kwayland kglobalaccel kidletime" makedepends="cmake extra-cmake-modules qt5-qtbase-dev kwayland-dev kwindowsystem-dev kidletime-dev kguiaddons-dev" |