From b5415babcdefc70716459d328bb145619187ef01 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Sat, 4 Apr 2026 20:37:22 +0000 Subject: [PATCH] community/kapidox: enable on armhf --- community/kapidox/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/kapidox/APKBUILD b/community/kapidox/APKBUILD index b2992f84252..989df0c726b 100644 --- a/community/kapidox/APKBUILD +++ b/community/kapidox/APKBUILD @@ -6,7 +6,7 @@ maintainer="team/kde " pkgname=kapidox pkgver=6.23.0 pkgrel=1 -arch="noarch !armhf" # armhf blocked by extra-cmake-modules +arch="noarch" 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"