aboutsummaryrefslogtreecommitdiffstats
path: root/testing/softhsm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-18 13:23:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-18 13:25:17 +0000
commit9d13149200e831719789924508249cc07699f652 (patch)
tree4cd21782b1b4a1436e5e52709bdf2b569b708559 /testing/softhsm
parentd20bc559a11b9f1090bf3d065e6bbfa0791ccde6 (diff)
downloadaports-9d13149200e831719789924508249cc07699f652.tar.bz2
aports-9d13149200e831719789924508249cc07699f652.tar.xz
testing/softhsm: disable on armhf due to botan dep
Diffstat (limited to 'testing/softhsm')
-rw-r--r--testing/softhsm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/softhsm/APKBUILD b/testing/softhsm/APKBUILD
index a71c1d0e8f..aec3335bca 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"