Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Wed, 23 Dec 2015 16:20:09
Message-Id: 1450887589.4302bbd904b6bf8460e68caf631d25c24fc69753.vapier@gentoo
1 commit: 4302bbd904b6bf8460e68caf631d25c24fc69753
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 23 16:19:16 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 23 16:19:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4302bbd9
7
8 net-libs/nghttp2: require openssl[-bindist] when USE=utils #566926
9
10 net-libs/nghttp2/nghttp2-1.0.5.ebuild | 2 +-
11 net-libs/nghttp2/nghttp2-1.5.0.ebuild | 2 +-
12 net-libs/nghttp2/nghttp2-9999.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/nghttp2/nghttp2-1.0.5.ebuild b/net-libs/nghttp2/nghttp2-1.0.5.ebuild
16 index 66a8b3d..aef686e 100644
17 --- a/net-libs/nghttp2/nghttp2-1.0.5.ebuild
18 +++ b/net-libs/nghttp2/nghttp2-1.0.5.ebuild
19 @@ -29,7 +29,7 @@ RDEPEND="
20 jemalloc? ( dev-libs/jemalloc )
21 utils? (
22 >=dev-libs/libev-4.15
23 - >=dev-libs/openssl-1.0.2
24 + >=dev-libs/openssl-1.0.2[-bindist]
25 >=sys-libs/zlib-1.2.3
26 )
27 xml? ( >=dev-libs/libxml2-2.7.7 )"
28
29 diff --git a/net-libs/nghttp2/nghttp2-1.5.0.ebuild b/net-libs/nghttp2/nghttp2-1.5.0.ebuild
30 index 7ef717f..918c6da 100644
31 --- a/net-libs/nghttp2/nghttp2-1.5.0.ebuild
32 +++ b/net-libs/nghttp2/nghttp2-1.5.0.ebuild
33 @@ -29,7 +29,7 @@ RDEPEND="
34 jemalloc? ( dev-libs/jemalloc )
35 utils? (
36 >=dev-libs/libev-4.15
37 - !libressl? ( >=dev-libs/openssl-1.0.2:0 )
38 + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
39 libressl? ( dev-libs/libressl )
40 >=sys-libs/zlib-1.2.3
41 )
42
43 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
44 index 7ef717f..918c6da 100644
45 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
46 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
47 @@ -29,7 +29,7 @@ RDEPEND="
48 jemalloc? ( dev-libs/jemalloc )
49 utils? (
50 >=dev-libs/libev-4.15
51 - !libressl? ( >=dev-libs/openssl-1.0.2:0 )
52 + !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist] )
53 libressl? ( dev-libs/libressl )
54 >=sys-libs/zlib-1.2.3
55 )