Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Mon, 26 Sep 2016 06:00:32
Message-Id: 1474869260.5cb9f81de996a2bfc5fda1c1017723bff7240444.polynomial-c@gentoo
1 commit: 5cb9f81de996a2bfc5fda1c1017723bff7240444
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 05:54:20 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 05:54:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb9f81d
7
8 net-libs/nghttp2: Added missing multilib USE dependencies (bug #595120).
9
10 Package-Manager: portage-2.3.1
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/nghttp2/nghttp2-1.10.0.ebuild | 12 ++++++------
14 net-libs/nghttp2/nghttp2-1.14.0.ebuild | 12 ++++++------
15 net-libs/nghttp2/nghttp2-1.14.1.ebuild | 12 ++++++------
16 net-libs/nghttp2/nghttp2-1.7.1.ebuild | 12 ++++++------
17 net-libs/nghttp2/nghttp2-9999.ebuild | 12 ++++++------
18 5 files changed, 30 insertions(+), 30 deletions(-)
19
20 diff --git a/net-libs/nghttp2/nghttp2-1.10.0.ebuild b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
21 index 594660d..cdf9983 100644
22 --- a/net-libs/nghttp2/nghttp2-1.10.0.ebuild
23 +++ b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
24 @@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xm
25 RDEPEND="
26 cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
27 hpack-tools? ( >=dev-libs/jansson-2.5 )
28 - jemalloc? ( dev-libs/jemalloc )
29 + jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
30 utils? (
31 - >=dev-libs/libev-4.15
32 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
33 - libressl? ( dev-libs/libressl )
34 - >=sys-libs/zlib-1.2.3
35 + >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
36 + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
37 + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
38 + >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
39 )
40 - xml? ( >=dev-libs/libxml2-2.7.7:2 )"
41 + xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
42 DEPEND="${RDEPEND}
43 virtual/pkgconfig
44 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
45
46 diff --git a/net-libs/nghttp2/nghttp2-1.14.0.ebuild b/net-libs/nghttp2/nghttp2-1.14.0.ebuild
47 index 7d89224..1fae52d 100644
48 --- a/net-libs/nghttp2/nghttp2-1.14.0.ebuild
49 +++ b/net-libs/nghttp2/nghttp2-1.14.0.ebuild
50 @@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xm
51 RDEPEND="
52 cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
53 hpack-tools? ( >=dev-libs/jansson-2.5 )
54 - jemalloc? ( dev-libs/jemalloc )
55 + jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
56 utils? (
57 - >=dev-libs/libev-4.15
58 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
59 - libressl? ( dev-libs/libressl )
60 - >=sys-libs/zlib-1.2.3
61 + >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
62 + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
63 + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
64 + >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
65 )
66 - xml? ( >=dev-libs/libxml2-2.7.7:2 )"
67 + xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig
70 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
71
72 diff --git a/net-libs/nghttp2/nghttp2-1.14.1.ebuild b/net-libs/nghttp2/nghttp2-1.14.1.ebuild
73 index 7d89224..1fae52d 100644
74 --- a/net-libs/nghttp2/nghttp2-1.14.1.ebuild
75 +++ b/net-libs/nghttp2/nghttp2-1.14.1.ebuild
76 @@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xm
77 RDEPEND="
78 cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
79 hpack-tools? ( >=dev-libs/jansson-2.5 )
80 - jemalloc? ( dev-libs/jemalloc )
81 + jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
82 utils? (
83 - >=dev-libs/libev-4.15
84 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
85 - libressl? ( dev-libs/libressl )
86 - >=sys-libs/zlib-1.2.3
87 + >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
88 + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
89 + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
90 + >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
91 )
92 - xml? ( >=dev-libs/libxml2-2.7.7:2 )"
93 + xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
94 DEPEND="${RDEPEND}
95 virtual/pkgconfig
96 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
97
98 diff --git a/net-libs/nghttp2/nghttp2-1.7.1.ebuild b/net-libs/nghttp2/nghttp2-1.7.1.ebuild
99 index f65b7c1..6a323d6 100644
100 --- a/net-libs/nghttp2/nghttp2-1.7.1.ebuild
101 +++ b/net-libs/nghttp2/nghttp2-1.7.1.ebuild
102 @@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xm
103 RDEPEND="
104 cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
105 hpack-tools? ( >=dev-libs/jansson-2.5 )
106 - jemalloc? ( dev-libs/jemalloc )
107 + jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
108 utils? (
109 - >=dev-libs/libev-4.15
110 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
111 - libressl? ( dev-libs/libressl )
112 - >=sys-libs/zlib-1.2.3
113 + >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
114 + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
115 + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
116 + >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
117 )
118 - xml? ( >=dev-libs/libxml2-2.7.7:2 )"
119 + xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
120 DEPEND="${RDEPEND}
121 virtual/pkgconfig
122 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
123
124 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
125 index 2e64057..5f101b4 100644
126 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
127 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
128 @@ -26,14 +26,14 @@ IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xm
129 RDEPEND="
130 cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
131 hpack-tools? ( >=dev-libs/jansson-2.5 )
132 - jemalloc? ( dev-libs/jemalloc )
133 + jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
134 utils? (
135 - >=dev-libs/libev-4.15
136 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
137 - libressl? ( dev-libs/libressl )
138 - >=sys-libs/zlib-1.2.3
139 + >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
140 + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
141 + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
142 + >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
143 )
144 - xml? ( >=dev-libs/libxml2-2.7.7:2 )"
145 + xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
146 DEPEND="${RDEPEND}
147 virtual/pkgconfig
148 test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"