diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-05-03 16:42:37 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-05-03 16:59:10 +0800 |
commit | 0f8103b8e3fc342c92cff118be827d261b19bccc (patch) | |
tree | 79de98f2409cb0b434e13bc321620b4e59c1a1a1 /net-libs | |
parent | app-crypt/dehydrated: fix SRC_URI (diff) | |
download | gentoo-0f8103b8e3fc342c92cff118be827d261b19bccc.tar.gz gentoo-0f8103b8e3fc342c92cff118be827d261b19bccc.tar.bz2 gentoo-0f8103b8e3fc342c92cff118be827d261b19bccc.zip |
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
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/grpc/grpc-1.11.0.ebuild | 6 |
1 files 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 f5f64eea4e7d..1a6156e46259 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}" |