From a7e8a0b32d0cb152966a10578201b4e30811e227 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= <mps@arvanta.net>
Date: Tue, 24 Dec 2019 14:56:20 +0100
Subject: [PATCH] testing/kicad-library: disable build also on armhf

---
 testing/kicad-library/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/kicad-library/APKBUILD b/testing/kicad-library/APKBUILD
index cd0d5763a4c6..492587b6c04b 100644
--- a/testing/kicad-library/APKBUILD
+++ b/testing/kicad-library/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
 pkgdesc="Kicad component and footprint libraries"
 url="http://kicad.github.io/"
 # kicad is only available on x86_64 currently :-/
-arch="noarch !armv7 !aarch64 !ppc64le !s390x !x86"
+arch="noarch !armhf !armv7 !aarch64 !ppc64le !s390x !x86"
 license="GPL-3.0-or-later"
 makedepends="cmake"
 depends="kicad"
-- 
GitLab