diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-07-08 17:30:41 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-07-08 23:26:05 +0800 |
commit | e8e16ad7ca552fb86db37839d8408e46022b429f (patch) | |
tree | ff6c82c2cb7b10c76b60f6d6ab4ae17df663536e /net-libs/grpc | |
parent | net-misc/babeld: version bump. (diff) | |
download | gentoo-e8e16ad7ca552fb86db37839d8408e46022b429f.tar.gz gentoo-e8e16ad7ca552fb86db37839d8408e46022b429f.tar.bz2 gentoo-e8e16ad7ca552fb86db37839d8408e46022b429f.zip |
net-libs/grpc: Allow >=protobuf dep
Tensorflow uses 3.6.0 protobuf with grpc-1.13.0 so they should work
together.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-libs/grpc')
-rw-r--r-- | net-libs/grpc/grpc-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/grpc/grpc-1.13.0.ebuild b/net-libs/grpc/grpc-1.13.0.ebuild index ff81aa55ff0d..824ec4b1aa05 100644 --- a/net-libs/grpc/grpc-1.13.0.ebuild +++ b/net-libs/grpc/grpc-1.13.0.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/openssl-1.0.2:0=[-bindist] - ~dev-libs/protobuf-${PROTOBUF_VERSION}:= + >=dev-libs/protobuf-${PROTOBUF_VERSION}:= dev-util/google-perftools net-dns/c-ares:= sys-libs/zlib:= |