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}"
