Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Fri, 18 Jun 2021 19:18:21
Message-Id: 1624043834.782dc34c08107aa95b54d99a3fa64b7b09ad4704.soap@gentoo
1 commit: 782dc34c08107aa95b54d99a3fa64b7b09ad4704
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 19:17:14 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 19:17:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782dc34c
7
8 net-libs/nghttp2: Depend on dev-libs/boost:=[threads(+)]
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 .../nghttp2/{nghttp2-1.41.0-r1.ebuild => nghttp2-1.41.0-r2.ebuild} | 4 ++--
14 .../nghttp2/{nghttp2-1.42.0-r1.ebuild => nghttp2-1.42.0-r2.ebuild} | 4 ++--
15 .../nghttp2/{nghttp2-1.43.0-r1.ebuild => nghttp2-1.43.0-r2.ebuild} | 4 ++--
16 net-libs/nghttp2/nghttp2-9999.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/net-libs/nghttp2/nghttp2-1.41.0-r1.ebuild b/net-libs/nghttp2/nghttp2-1.41.0-r2.ebuild
20 similarity index 94%
21 rename from net-libs/nghttp2/nghttp2-1.41.0-r1.ebuild
22 rename to net-libs/nghttp2/nghttp2-1.41.0-r2.ebuild
23 index 2508ebc1a2e..b5e85678ffb 100644
24 --- a/net-libs/nghttp2/nghttp2-1.41.0-r1.ebuild
25 +++ b/net-libs/nghttp2/nghttp2-1.41.0-r2.ebuild
26 @@ -30,10 +30,10 @@ SSL_DEPEND="
27 RDEPEND="
28 cxx? (
29 ${SSL_DEPEND}
30 - dev-libs/boost:=[${MULTILIB_USEDEP},threads]
31 + dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)]
32 )
33 hpack-tools? ( >=dev-libs/jansson-2.5 )
34 - jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
35 + jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
36 utils? (
37 ${SSL_DEPEND}
38 >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
39
40 diff --git a/net-libs/nghttp2/nghttp2-1.42.0-r1.ebuild b/net-libs/nghttp2/nghttp2-1.42.0-r2.ebuild
41 similarity index 94%
42 rename from net-libs/nghttp2/nghttp2-1.42.0-r1.ebuild
43 rename to net-libs/nghttp2/nghttp2-1.42.0-r2.ebuild
44 index 75d090f14e0..0b93e6d962c 100644
45 --- a/net-libs/nghttp2/nghttp2-1.42.0-r1.ebuild
46 +++ b/net-libs/nghttp2/nghttp2-1.42.0-r2.ebuild
47 @@ -30,10 +30,10 @@ SSL_DEPEND="
48 RDEPEND="
49 cxx? (
50 ${SSL_DEPEND}
51 - dev-libs/boost:=[${MULTILIB_USEDEP},threads]
52 + dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)]
53 )
54 hpack-tools? ( >=dev-libs/jansson-2.5 )
55 - jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
56 + jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
57 utils? (
58 ${SSL_DEPEND}
59 >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
60
61 diff --git a/net-libs/nghttp2/nghttp2-1.43.0-r1.ebuild b/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild
62 similarity index 94%
63 rename from net-libs/nghttp2/nghttp2-1.43.0-r1.ebuild
64 rename to net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild
65 index 07a88e4c794..cc514dc2d65 100644
66 --- a/net-libs/nghttp2/nghttp2-1.43.0-r1.ebuild
67 +++ b/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild
68 @@ -30,10 +30,10 @@ SSL_DEPEND="
69 RDEPEND="
70 cxx? (
71 ${SSL_DEPEND}
72 - dev-libs/boost:=[${MULTILIB_USEDEP},threads]
73 + dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)]
74 )
75 hpack-tools? ( >=dev-libs/jansson-2.5 )
76 - jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
77 + jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
78 utils? (
79 ${SSL_DEPEND}
80 >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
81
82 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
83 index 048e2f89098..0c55b047553 100644
84 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
85 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
86 @@ -30,10 +30,10 @@ SSL_DEPEND="
87 RDEPEND="
88 cxx? (
89 ${SSL_DEPEND}
90 - dev-libs/boost:=[${MULTILIB_USEDEP},threads]
91 + dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)]
92 )
93 hpack-tools? ( >=dev-libs/jansson-2.5 )
94 - jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
95 + jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
96 utils? (
97 ${SSL_DEPEND}
98 >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]