commit: e8e16ad7ca552fb86db37839d8408e46022b429f
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 8 09:30:41 2018 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Jul 8 15:26:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e16ad7
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
net-libs/grpc/grpc-1.13.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/grpc/grpc-1.13.0.ebuild b/net-libs/grpc/grpc-1.13.0.ebuild
index ff81aa55ff0..824ec4b1aa0 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:=