diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-29 16:50:48 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 17:31:52 +0100 |
commit | 8cb2657a3613d3c9062cffea52fe31f402a268e2 (patch) | |
tree | 5ea5dcb3a48e331c236a7b2843c892aff5d39ed7 /community/kmousetool | |
parent | 26530c23ec445a8190cfe4727a71e29155db5e62 (diff) | |
download | aports-8cb2657a3613d3c9062cffea52fe31f402a268e2.tar.bz2 aports-8cb2657a3613d3c9062cffea52fe31f402a268e2.tar.xz |
community/*: disable on armhf where depending on extra-cmake-modules
Diffstat (limited to 'community/kmousetool')
-rw-r--r-- | community/kmousetool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kmousetool/APKBUILD b/community/kmousetool/APKBUILD index e71b8d08df..39beab00e3 100644 --- a/community/kmousetool/APKBUILD +++ b/community/kmousetool/APKBUILD @@ -3,7 +3,7 @@ pkgname=kmousetool pkgver=19.12.1 pkgrel=0 -arch="all" +arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/utilities/org.kde.kmousetool" pkgdesc="A program that clicks the mouse for you" license="GPL-2.0-or-later AND GFDL-1.2-only" |