diff options
Diffstat (limited to 'community/kdesu/APKBUILD')
-rw-r--r-- | community/kdesu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kdesu/APKBUILD b/community/kdesu/APKBUILD index 237216792f..649cefd824 100644 --- a/community/kdesu/APKBUILD +++ b/community/kdesu/APKBUILD @@ -4,7 +4,7 @@ pkgname=kdesu pkgver=5.66.0 pkgrel=0 pkgdesc="Integration with su for elevated privileges" -arch="all" +arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" license="LGPL-2.1-only" depends_dev="kcoreaddons-dev ki18n-dev kservice-dev kpty-dev" |