From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65C2A138335 for ; Sun, 8 Jul 2018 15:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3292CE0830; Sun, 8 Jul 2018 15:29:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04637E0830 for ; Sun, 8 Jul 2018 15:29:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A5D7335C7E for ; Sun, 8 Jul 2018 15:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7DFF300 for ; Sun, 8 Jul 2018 15:29:28 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1531063565.e8e16ad7ca552fb86db37839d8408e46022b429f.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/grpc/grpc-1.13.0.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e8e16ad7ca552fb86db37839d8408e46022b429f X-VCS-Branch: master Date: Sun, 8 Jul 2018 15:29:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d6c57f4-2ce6-43b7-987b-dbbe1f42f299 X-Archives-Hash: 4c5274c988f7c9cc4f676361fcaaf7d8 commit: e8e16ad7ca552fb86db37839d8408e46022b429f Author: Jason Zaman gentoo org> AuthorDate: Sun Jul 8 09:30:41 2018 +0000 Commit: Jason Zaman gentoo 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:=