commit: eb1bacf869a1fc5b48bf3452c49e7ef94ac3d945 Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx> AuthorDate: Thu Jul 31 15:54:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 00:24:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1bacf8
net-analyzer/testssl: update dev-libs/openssl dependency `testssl.sh` doesn't link with any library, so the slot is not required. This program uses `/usr/bin/openssl` and prefers version 1.1.1 and up. Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/43268 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/testssl/testssl-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/testssl/testssl-3.2.2.ebuild b/net-analyzer/testssl/testssl-3.2.2.ebuild index 47a4af1c6c89..33b5c12af1c5 100644 --- a/net-analyzer/testssl/testssl-3.2.2.ebuild +++ b/net-analyzer/testssl/testssl-3.2.2.ebuild @@ -28,7 +28,7 @@ RDEPEND=" net-dns/bind net-libs/ldns ) - !bundled-openssl? ( dev-libs/openssl:0 ) + !bundled-openssl? ( >=dev-libs/openssl-1.1.1 ) " QA_PREBUILT="opt/${PN}/*"
