diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-22 19:01:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-22 19:03:08 +0000 |
commit | 6cf41c6943198e829d44a1d72cc3f5e0b73f8f07 (patch) | |
tree | 51ad92c74e698e013696d80d27f97d4b13470205 /testing/sequoia-sqv | |
parent | c917a03ae18438333feb4ce2579acfe9a39ffb71 (diff) | |
download | aports-6cf41c6943198e829d44a1d72cc3f5e0b73f8f07.tar.bz2 aports-6cf41c6943198e829d44a1d72cc3f5e0b73f8f07.tar.xz |
testing/sequoia-sqv: disable due to build error with nettle
bindgen-wrapper.h:19:10: fatal error: 'nettle/des-compat.h' file not
found
bindgen-wrapper.h:19:10: fatal error: 'nettle/des-compat.h' file not
found, err: true
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:
()', src/libcore/result.rs:999:5
Diffstat (limited to 'testing/sequoia-sqv')
-rw-r--r-- | testing/sequoia-sqv/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sequoia-sqv/APKBUILD b/testing/sequoia-sqv/APKBUILD index 3cd904d8f8..43da2cd506 100644 --- a/testing/sequoia-sqv/APKBUILD +++ b/testing/sequoia-sqv/APKBUILD @@ -3,10 +3,10 @@ _project="sequoia" pkgname="${_project}-sqv" pkgver="0.7.0" -pkgrel=0 +pkgrel=1 pkgdesc="A simple signature verification program" url="https://sequoia-pgp.org/" -arch="x86_64" # limited by cargo +arch="" # limited by cargo license="GPL-3.0-or-later" depends="" makedepends="capnproto-dev cargo clang-dev nettle-dev openssl-dev |