diff options
author | 2025-01-03 01:35:09 +0000 | |
---|---|---|
committer | 2025-01-03 01:35:09 +0000 | |
commit | 3fe12b3c7148c83af11122870e0e2809ff5867af (patch) | |
tree | 3c1e3c134c4d19d3065063289d2df821a29b38e4 /net-libs | |
parent | net-im/telegram-desktop: Fix a few minor bugs (diff) | |
download | gentoo-3fe12b3c7148c83af11122870e0e2809ff5867af.tar.gz gentoo-3fe12b3c7148c83af11122870e0e2809ff5867af.tar.bz2 gentoo-3fe12b3c7148c83af11122870e0e2809ff5867af.zip |
net-libs/ngtcp2: add note above REQUIRED_USE wrt tests
Followup to 0529eced14ec1c498f6c87b0d6feed7bedad2040.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/ngtcp2/ngtcp2-1.10.0-r1.ebuild | 1 | ||||
-rw-r--r-- | net-libs/ngtcp2/ngtcp2-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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" |