diff options
author | Matt Whitlock <gentoo@mattwhitlock.name> | 2023-01-06 17:20:21 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-07 07:39:46 +0000 |
commit | c90d32f8feb067c03bbda772629e87f07c4ebef2 (patch) | |
tree | a5d20788cd97cb7fc2b298c1aac5a9a1b858d246 /dev-libs/libsecp256k1 | |
parent | dev-libs/libsecp256k1: trivial/aesthetic touchups (diff) | |
download | gentoo-c90d32f8feb067c03bbda772629e87f07c4ebef2.tar.gz gentoo-c90d32f8feb067c03bbda772629e87f07c4ebef2.tar.bz2 gentoo-c90d32f8feb067c03bbda772629e87f07c4ebef2.zip |
dev-libs/libsecp256k1: drop BDEPEND on dev-libs/openssl
OpenSSL testing was removed upstream in October 2021.
See: https://github.com/bitcoin-core/secp256k1/commit/bc08599e776aff33c834ef829843ec5f629d1f39
Signed-off-by: Matt Whitlock <gentoo@mattwhitlock.name>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libsecp256k1')
-rw-r--r-- | dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild b/dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild index 6af45ef9aab1..ecfe9afbe402 100644 --- a/dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild +++ b/dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild @@ -23,7 +23,6 @@ REQUIRED_USE=" " BDEPEND=" virtual/pkgconfig - test? ( dev-libs/openssl ) valgrind? ( dev-util/valgrind ) " |