diff options
author | tcely <tcely@users.noreply.github.com> | 2018-04-19 12:14:03 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 20:45:51 +0000 |
commit | f1fd3c651ec9c6b10a4626a49fb730e196c74344 (patch) | |
tree | 6d54168e827f0fce2c3c1f10e10d2d043449e28b /testing/softhsm | |
parent | a667b79d1ba16da838d73e5807f21a8d9f94380f (diff) | |
download | aports-f1fd3c651ec9c6b10a4626a49fb730e196c74344.tar.bz2 aports-f1fd3c651ec9c6b10a4626a49fb730e196c74344.tar.xz |
testing/softhsm: enable armhf
Diffstat (limited to 'testing/softhsm')
-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 aec3335bca..a71c1d0e8f 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" |