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/kwallet-pam | |
parent | 95e97b6f3fac73b312a7707ff5d608a2073a0432 (diff) | |
download | aports-5e286492714dd1b1f02102e39f650704aaf04723.tar.bz2 aports-5e286492714dd1b1f02102e39f650704aaf04723.tar.xz |
community/plasma*: disable on armhf
Diffstat (limited to 'community/kwallet-pam')
-rw-r--r-- | community/kwallet-pam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kwallet-pam/APKBUILD b/community/kwallet-pam/APKBUILD index af7c052e15..4a75c22c69 100644 --- a/community/kwallet-pam/APKBUILD +++ b/community/kwallet-pam/APKBUILD @@ -4,7 +4,7 @@ pkgname=kwallet-pam pkgver=5.17.5 pkgrel=0 pkgdesc="KWallet PAM integration" -arch="all" +arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://www.kde.org/workspaces/plasmadesktop/" license="LGPL-2.1-or-later" makedepends="extra-cmake-modules linux-pam-dev libgcrypt-dev socat kwallet-dev" |