From 9d13149200e831719789924508249cc07699f652 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 18 Apr 2018 13:23:46 +0000 Subject: [PATCH] testing/softhsm: disable on armhf due to botan dep --- testing/softhsm/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/softhsm/APKBUILD b/testing/softhsm/APKBUILD index a71c1d0e8f9..aec3335bcae 100644 --- a/testing/softhsm/APKBUILD +++ b/testing/softhsm/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.4.0 pkgrel=1 pkgdesc="cryptographic store accessible through a PKCS #11" url="https://www.opendnssec.org/softhsm/" -arch="all" +arch="all !armhf" #limited by botan dependency license="BSD-2-Clause" depends="sqlite" checkdepends="cppunit-dev"