commit: c90d32f8feb067c03bbda772629e87f07c4ebef2 Author: Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name> AuthorDate: Fri Jan 6 22:20:21 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 7 07:39:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90d32f8
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 <AT> mattwhitlock.name> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libsecp256k1/libsecp256k1-0.2.0-r1.ebuild | 1 - 1 file changed, 1 deletion(-) 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 ) "
