commit: 3fe12b3c7148c83af11122870e0e2809ff5867af Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 3 01:35:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 01:35:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe12b3c
net-libs/ngtcp2: add note above REQUIRED_USE wrt tests Followup to 0529eced14ec1c498f6c87b0d6feed7bedad2040. Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/ngtcp2/ngtcp2-1.10.0-r1.ebuild | 1 + net-libs/ngtcp2/ngtcp2-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/ngtcp2/ngtcp2-1.10.0-r1.ebuild b/net-libs/ngtcp2/ngtcp2-1.10.0-r1.ebuild index d3a2c73278eb..f59f2eb6f3a2 100644 --- a/net-libs/ngtcp2/ngtcp2-1.10.0-r1.ebuild +++ b/net-libs/ngtcp2/ngtcp2-1.10.0-r1.ebuild @@ -19,6 +19,7 @@ HOMEPAGE="https://github.com/ngtcp2/ngtcp2/" LICENSE="MIT" SLOT="0/0" IUSE="+gnutls openssl +ssl static-libs test" +# Without static-libs, src_test just won't run any tests and "pass". REQUIRED_USE="ssl? ( || ( gnutls openssl ) ) test? ( static-libs )" BDEPEND="virtual/pkgconfig" diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild index d3a2c73278eb..f59f2eb6f3a2 100644 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild @@ -19,6 +19,7 @@ HOMEPAGE="https://github.com/ngtcp2/ngtcp2/" LICENSE="MIT" SLOT="0/0" IUSE="+gnutls openssl +ssl static-libs test" +# Without static-libs, src_test just won't run any tests and "pass". REQUIRED_USE="ssl? ( || ( gnutls openssl ) ) test? ( static-libs )" BDEPEND="virtual/pkgconfig"
