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: Thu, 18 Apr 2019 17:41:37
Message-Id: 1555609288.0287109596ba74e1e71c10b570ca1457e9f6c485.polynomial-c@gentoo
1 commit: 0287109596ba74e1e71c10b570ca1457e9f6c485
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 18 17:40:38 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 17:41:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02871095
7
8 net-libs/nghttp2: Fixed dependency on net-libs/http-parser
9
10 Package-Manager: Portage-2.3.63, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/nghttp2/nghttp2-1.38.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/nghttp2/nghttp2-1.38.0.ebuild b/net-libs/nghttp2/nghttp2-1.38.0.ebuild
17 index 9b47d5f44b5..633fb68774c 100644
18 --- a/net-libs/nghttp2/nghttp2-1.38.0.ebuild
19 +++ b/net-libs/nghttp2/nghttp2-1.38.0.ebuild
20 @@ -33,7 +33,7 @@ RDEPEND="
21 cxx? (
22 ${SSL_DEPEND}
23 dev-libs/boost:=[${MULTILIB_USEDEP},threads]
24 - >=net-libs/http-parser-2.9.1:=
25 + >=net-libs/http-parser-2.9.1:=[${MULTILIB_USEDEP}]
26 )
27 hpack-tools? (
28 >=dev-libs/jansson-2.5