Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ngtcp2/
Date: Tue, 31 Jan 2023 15:01:45
Message-Id: 1675177274.8619a6d2d772e6fe5bf7934bdfc9fab1a0c931df.candrews@gentoo
1 commit: 8619a6d2d772e6fe5bf7934bdfc9fab1a0c931df
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 15:01:14 2023 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 15:01:14 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8619a6d2
7
8 net-libs/ngtcp2: add static-libs to IUSE
9
10 Closes: https://bugs.gentoo.org/892738
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild | 2 +-
14 net-libs/ngtcp2/ngtcp2-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild b/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild
18 index 47638e878cea..4d3a4cbaa377 100644
19 --- a/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild
20 +++ b/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild
21 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ngtcp2/ngtcp2/"
22
23 LICENSE="MIT"
24 SLOT="0/0"
25 -IUSE="+gnutls openssl +ssl test"
26 +IUSE="+gnutls openssl +ssl static-libs test"
27 REQUIRED_USE="ssl? ( || ( gnutls openssl ) )"
28
29 BDEPEND="virtual/pkgconfig"
30
31 diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild
32 index 47638e878cea..4d3a4cbaa377 100644
33 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild
34 +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild
35 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/ngtcp2/ngtcp2/"
36
37 LICENSE="MIT"
38 SLOT="0/0"
39 -IUSE="+gnutls openssl +ssl test"
40 +IUSE="+gnutls openssl +ssl static-libs test"
41 REQUIRED_USE="ssl? ( || ( gnutls openssl ) )"
42
43 BDEPEND="virtual/pkgconfig"