Gentoo Archives: gentoo-commits

From: Julian Ospald <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/
Date: Sun, 20 Sep 2015 16:39:54
Message-Id: 1442767084.3655f63ff09bb263294295b742a3ee9dc4719bb0.hasufell@gentoo
1 commit: 3655f63ff09bb263294295b742a3ee9dc4719bb0
2 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 15:08:56 2015 +0000
4 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 16:38:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3655f63f
7
8 net-libs/nghttp2: add libressl support
9
10 net-libs/nghttp2/{nghttp2-9999.ebuild => nghttp2-1.2.1-r1.ebuild} | 5 +++--
11 net-libs/nghttp2/nghttp2-9999.ebuild | 5 +++--
12 2 files changed, 6 insertions(+), 4 deletions(-)
13
14 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild
15 similarity index 90%
16 copy from net-libs/nghttp2/nghttp2-9999.ebuild
17 copy to net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild
18 index 3a8f850..7ef717f 100644
19 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
20 +++ b/net-libs/nghttp2/nghttp2-1.2.1-r1.ebuild
21 @@ -21,7 +21,7 @@ HOMEPAGE="https://nghttp2.org/"
22
23 LICENSE="MIT"
24 SLOT="0/1.14" # <C++>.<C> SONAMEs
25 -IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
26 +IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
27
28 RDEPEND="
29 cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] )
30 @@ -29,7 +29,8 @@ RDEPEND="
31 jemalloc? ( dev-libs/jemalloc )
32 utils? (
33 >=dev-libs/libev-4.15
34 - >=dev-libs/openssl-1.0.2
35 + !libressl? ( >=dev-libs/openssl-1.0.2:0 )
36 + libressl? ( dev-libs/libressl )
37 >=sys-libs/zlib-1.2.3
38 )
39 xml? ( >=dev-libs/libxml2-2.7.7 )"
40
41 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
42 index 3a8f850..7ef717f 100644
43 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
44 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
45 @@ -21,7 +21,7 @@ HOMEPAGE="https://nghttp2.org/"
46
47 LICENSE="MIT"
48 SLOT="0/1.14" # <C++>.<C> SONAMEs
49 -IUSE="cxx debug hpack-tools jemalloc static-libs test +threads utils xml"
50 +IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
51
52 RDEPEND="
53 cxx? ( dev-libs/boost[${MULTILIB_USEDEP},threads] )
54 @@ -29,7 +29,8 @@ RDEPEND="
55 jemalloc? ( dev-libs/jemalloc )
56 utils? (
57 >=dev-libs/libev-4.15
58 - >=dev-libs/openssl-1.0.2
59 + !libressl? ( >=dev-libs/openssl-1.0.2:0 )
60 + libressl? ( dev-libs/libressl )
61 >=sys-libs/zlib-1.2.3
62 )
63 xml? ( >=dev-libs/libxml2-2.7.7 )"