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 14:48:42
Message-Id: 1675176513.8a7f4c0e95f78caa6f64babb88a07e0f536d4d93.candrews@gentoo
1 commit: 8a7f4c0e95f78caa6f64babb88a07e0f536d4d93
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 14:47:51 2023 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 14:48:33 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7f4c0e
7
8 net-libs/ngtcp2: Add static-libs USE flag
9
10 Closes: https://bugs.gentoo.org/892734
11
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 net-libs/ngtcp2/{ngtcp2-9999.ebuild => ngtcp2-0.13.0-r1.ebuild} | 3 ++-
15 net-libs/ngtcp2/ngtcp2-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild
19 similarity index 93%
20 copy from net-libs/ngtcp2/ngtcp2-9999.ebuild
21 copy to net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild
22 index b46e1455bcb4..47638e878cea 100644
23 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild
24 +++ b/net-libs/ngtcp2/ngtcp2-0.13.0-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2022 Gentoo Authors
27 +# Copyright 1999-2023 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=8
31 @@ -35,6 +35,7 @@ RESTRICT="!test? ( test )"
32
33 multilib_src_configure() {
34 local mycmakeargs=(
35 + -DENABLE_STATIC_LIB=$(usex static-libs)
36 -DENABLE_GNUTLS=$(usex gnutls)
37 -DENABLE_OPENSSL=$(usex openssl)
38 -DENABLE_BORINGSSL=OFF
39
40 diff --git a/net-libs/ngtcp2/ngtcp2-9999.ebuild b/net-libs/ngtcp2/ngtcp2-9999.ebuild
41 index b46e1455bcb4..47638e878cea 100644
42 --- a/net-libs/ngtcp2/ngtcp2-9999.ebuild
43 +++ b/net-libs/ngtcp2/ngtcp2-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2022 Gentoo Authors
46 +# Copyright 1999-2023 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=8
50 @@ -35,6 +35,7 @@ RESTRICT="!test? ( test )"
51
52 multilib_src_configure() {
53 local mycmakeargs=(
54 + -DENABLE_STATIC_LIB=$(usex static-libs)
55 -DENABLE_GNUTLS=$(usex gnutls)
56 -DENABLE_OPENSSL=$(usex openssl)
57 -DENABLE_BORINGSSL=OFF