Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/
Date: Thu, 03 May 2018 08:59:34
Message-Id: 1525337950.0f8103b8e3fc342c92cff118be827d261b19bccc.perfinion@gentoo
1 commit: 0f8103b8e3fc342c92cff118be827d261b19bccc
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 08:42:37 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu May 3 08:59:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8103b8
7
8 net-libs/grpc: openssl dep needs -bindist
9
10 Also add subslot deps
11
12 Closes: https://bugs.gentoo.org/654646
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 net-libs/grpc/grpc-1.11.0.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/net-libs/grpc/grpc-1.11.0.ebuild b/net-libs/grpc/grpc-1.11.0.ebuild
19 index f5f64eea4e7..1a6156e4625 100644
20 --- a/net-libs/grpc/grpc-1.11.0.ebuild
21 +++ b/net-libs/grpc/grpc-1.11.0.ebuild
22 @@ -18,10 +18,10 @@ IUSE=""
23 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 RDEPEND="
26 - >=dev-libs/openssl-1.0.2
27 + >=dev-libs/openssl-1.0.2:0=[-bindist]
28 >=dev-libs/protobuf-3:=
29 - net-dns/c-ares
30 - sys-libs/zlib"
31 + net-dns/c-ares:=
32 + sys-libs/zlib:="
33
34 DEPEND="${RDEPEND}"