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: Wed, 13 Jun 2018 16:21:45
Message-Id: 1528906857.1461449d66ff0eb7581a49115f7fb60609384f37.polynomial-c@gentoo
1 commit: 1461449d66ff0eb7581a49115f7fb60609384f37
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 16:15:10 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 16:20:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1461449d
7
8 net-libs/nghttp2: Added sub-slot dep to ssl packages.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-libs/nghttp2/nghttp2-1.29.0.ebuild | 4 ++--
13 net-libs/nghttp2/nghttp2-1.31.1.ebuild | 4 ++--
14 net-libs/nghttp2/nghttp2-1.32.0.ebuild | 4 ++--
15 net-libs/nghttp2/nghttp2-9999.ebuild | 6 +++---
16 4 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/net-libs/nghttp2/nghttp2-1.29.0.ebuild b/net-libs/nghttp2/nghttp2-1.29.0.ebuild
19 index 93d8d64e41f..69ed1d8404f 100644
20 --- a/net-libs/nghttp2/nghttp2-1.29.0.ebuild
21 +++ b/net-libs/nghttp2/nghttp2-1.29.0.ebuild
22 @@ -23,8 +23,8 @@ SLOT="0/1.14" # <C++>.<C> SONAMEs
23 IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
24
25 SSL_DEPEND="
26 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
27 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
28 + !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
29 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
30 "
31 RDEPEND="
32 cxx? (
33
34 diff --git a/net-libs/nghttp2/nghttp2-1.31.1.ebuild b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
35 index 1ae84fd3696..ac0d0710a82 100644
36 --- a/net-libs/nghttp2/nghttp2-1.31.1.ebuild
37 +++ b/net-libs/nghttp2/nghttp2-1.31.1.ebuild
38 @@ -23,8 +23,8 @@ SLOT="0/1.14" # <C++>.<C> SONAMEs
39 IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
40
41 SSL_DEPEND="
42 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
43 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
44 + !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
45 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
46 "
47 RDEPEND="
48 cxx? (
49
50 diff --git a/net-libs/nghttp2/nghttp2-1.32.0.ebuild b/net-libs/nghttp2/nghttp2-1.32.0.ebuild
51 index ffeb54eded2..f472f1d77c9 100644
52 --- a/net-libs/nghttp2/nghttp2-1.32.0.ebuild
53 +++ b/net-libs/nghttp2/nghttp2-1.32.0.ebuild
54 @@ -23,8 +23,8 @@ SLOT="0/1.14" # <C++>.<C> SONAMEs
55 IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
56
57 SSL_DEPEND="
58 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
59 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
60 + !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
61 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
62 "
63 RDEPEND="
64 cxx? (
65
66 diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild
67 index 7df2072eee1..31d1de9f15b 100644
68 --- a/net-libs/nghttp2/nghttp2-9999.ebuild
69 +++ b/net-libs/nghttp2/nghttp2-9999.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 +# Copyright 1999-2018 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74
75 # TODO: Add python support.
76 @@ -23,8 +23,8 @@ SLOT="0/1.14" # <C++>.<C> SONAMEs
77 IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils xml"
78
79 SSL_DEPEND="
80 - !libressl? ( >=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
81 - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
82 + !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
83 + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
84 "
85 RDEPEND="
86 cxx? (