From 65f8dc122b88efc95fc426f8bc38c093ba27bf2f Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Fri, 17 Jan 2020 16:53:33 +0100 Subject: [PATCH] testing/kicad-library: Enable all archs but s390x --- testing/kicad-library/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/kicad-library/APKBUILD b/testing/kicad-library/APKBUILD index 492587b6c04..ff750252030 100644 --- a/testing/kicad-library/APKBUILD +++ b/testing/kicad-library/APKBUILD @@ -2,11 +2,11 @@ # Contributor: Marian Buschsieweke pkgname=kicad-library pkgver=5.1.5 -pkgrel=0 +pkgrel=1 pkgdesc="Kicad component and footprint libraries" url="http://kicad.github.io/" # kicad is only available on x86_64 currently :-/ -arch="noarch !armhf !armv7 !aarch64 !ppc64le !s390x !x86" +arch="noarch !s390x" license="GPL-3.0-or-later" makedepends="cmake" depends="kicad"