diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-18 13:23:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-18 13:25:17 +0000 |
commit | 9d13149200e831719789924508249cc07699f652 (patch) | |
tree | 4cd21782b1b4a1436e5e52709bdf2b569b708559 | |
parent | d20bc559a11b9f1090bf3d065e6bbfa0791ccde6 (diff) | |
download | aports-9d13149200e831719789924508249cc07699f652.tar.bz2 aports-9d13149200e831719789924508249cc07699f652.tar.xz |
testing/softhsm: disable on armhf due to botan dep
-rw-r--r-- | testing/softhsm/APKBUILD | 2 |
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" |