From f1fd3c651ec9c6b10a4626a49fb730e196c74344 Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 19 Apr 2018 12:14:03 -0400 Subject: [PATCH] testing/softhsm: enable armhf Revert 9d13149200e831719789924508249cc07699f652. --- testing/softhsm/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/softhsm/APKBUILD b/testing/softhsm/APKBUILD index aec3335bcae..a71c1d0e8f9 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 !armhf" #limited by botan dependency +arch="all" license="BSD-2-Clause" depends="sqlite" checkdepends="cppunit-dev"