summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-05-03 16:42:37 +0800
committerJason Zaman <perfinion@gentoo.org>2018-05-03 16:59:10 +0800
commit0f8103b8e3fc342c92cff118be827d261b19bccc (patch)
tree79de98f2409cb0b434e13bc321620b4e59c1a1a1 /net-libs
parentapp-crypt/dehydrated: fix SRC_URI (diff)
downloadgentoo-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.ebuild6
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}"