aboutsummaryrefslogtreecommitdiffstats
path: root/community/kapidox
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-01-13 16:15:24 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-14 18:36:41 +0100
commite935ce84de3592f1d8208086a5b7c8ad6cc9156d (patch)
tree548d0edd47f929624c63d6903f2ae35855207ec5 /community/kapidox
parent5e286492714dd1b1f02102e39f650704aaf04723 (diff)
downloadaports-e935ce84de3592f1d8208086a5b7c8ad6cc9156d.tar.bz2
aports-e935ce84de3592f1d8208086a5b7c8ad6cc9156d.tar.xz
community/kde-frameworks: disable on armhf
extra-cmake-modules is not available on armhf due to it's dependency on qt5-qtdeclarative2, and since all packages in KDE Frameworks depend on extra-cmake-modules, just disable them all for that arch
Diffstat (limited to 'community/kapidox')
-rw-r--r--community/kapidox/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kapidox/APKBUILD b/community/kapidox/APKBUILD
index 8c15ecfa1f..763cc73393 100644
--- a/community/kapidox/APKBUILD
+++ b/community/kapidox/APKBUILD
@@ -3,7 +3,7 @@
pkgname=kapidox
pkgver=5.66.0
pkgrel=0
-arch="noarch"
+arch="noarch !armhf" # armhf blocked by extra-cmake-modules
pkgdesc="Scripts and data for building API documentation (dox) in a standard format and style"
url="https://community.kde.org/Frameworks"
license="BSD-3-Clause"