From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1021914-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D9D241381F1
	for <garchives@archives.gentoo.org>; Thu,  3 May 2018 08:59:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E597EE095F;
	Thu,  3 May 2018 08:59:33 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BB72CE095F
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 May 2018 08:59:33 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 77DB1335C05
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 May 2018 08:59:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AEEB61E
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 May 2018 08:59:30 +0000 (UTC)
From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org>
Message-ID: <1525337950.0f8103b8e3fc342c92cff118be827d261b19bccc.perfinion@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/grpc/grpc-1.11.0.ebuild
X-VCS-Directories: net-libs/grpc/
X-VCS-Committer: perfinion
X-VCS-Committer-Name: Jason Zaman
X-VCS-Revision: 0f8103b8e3fc342c92cff118be827d261b19bccc
X-VCS-Branch: master
Date: Thu,  3 May 2018 08:59:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c4909bf3-0dc6-4895-9217-b1e4e3249a93
X-Archives-Hash: a8b37dffe96059754123d25ef12a087e

commit:     0f8103b8e3fc342c92cff118be827d261b19bccc
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Thu May  3 08:42:37 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Thu May  3 08:59:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8103b8

net-libs/grpc: openssl dep needs -bindist

Also add subslot deps

Closes: https://bugs.gentoo.org/654646
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/grpc/grpc-1.11.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/grpc/grpc-1.11.0.ebuild b/net-libs/grpc/grpc-1.11.0.ebuild
index f5f64eea4e7..1a6156e4625 100644
--- a/net-libs/grpc/grpc-1.11.0.ebuild
+++ b/net-libs/grpc/grpc-1.11.0.ebuild
@@ -18,10 +18,10 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-	>=dev-libs/openssl-1.0.2
+	>=dev-libs/openssl-1.0.2:0=[-bindist]
 	>=dev-libs/protobuf-3:=
-	net-dns/c-ares
-	sys-libs/zlib"
+	net-dns/c-ares:=
+	sys-libs/zlib:="
 
 DEPEND="${RDEPEND}"