commit: 8619a6d2d772e6fe5bf7934bdfc9fab1a0c931df Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Tue Jan 31 15:01:14 2023 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Jan 31 15:01:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8619a6d2
net-libs/ngtcp2: add static-libs to IUSE Closes: https://bugs.gentoo.org/892738 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild | 2 +- net-libs/ngtcp2/ngtcp2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild b/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild index 47638e878cea..4d3a4cbaa377 100644 --- a/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild +++ b/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ngtcp2/ngtcp2/" LICENSE="MIT" SLOT="0/0" -IUSE="+gnutls openssl +ssl test" +IUSE="+gnutls openssl +ssl static-libs test" REQUIRED_USE="ssl? ( || ( gnutls openssl ) )" BDEPEND="virtual/pkgconfig" diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild index 47638e878cea..4d3a4cbaa377 100644 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ngtcp2/ngtcp2/" LICENSE="MIT" SLOT="0/0" -IUSE="+gnutls openssl +ssl test" +IUSE="+gnutls openssl +ssl static-libs test" REQUIRED_USE="ssl? ( || ( gnutls openssl ) )" BDEPEND="virtual/pkgconfig"
