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 56309138334 for ; Fri, 31 May 2019 19:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F417E0918; Fri, 31 May 2019 19:26:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 211AFE0918 for ; Fri, 31 May 2019 19:26:46 +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 8441A3454A4 for ; Fri, 31 May 2019 19:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7EB55E6 for ; Fri, 31 May 2019 19:26:42 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1559330747.056704d24f97bdc39df889f12347913f775269a0.gyakovlev@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.20.1-r1.ebuild net-libs/grpc/grpc-1.20.1.ebuild net-libs/grpc/grpc-1.21.1-r1.ebuild net-libs/grpc/grpc-1.21.1.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 056704d24f97bdc39df889f12347913f775269a0 X-VCS-Branch: master Date: Fri, 31 May 2019 19:26:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9f6570f-46c3-41f0-8c9f-74d3d4acd70b X-Archives-Hash: bbc6a6e6cb95894e1854df0142600d42 commit: 056704d24f97bdc39df889f12347913f775269a0 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri May 31 19:25:47 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri May 31 19:25:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056704d2 net-libs/grpc: revbump 1.2x series, bump protobuf dep to >=3.7.0 Closes: https://bugs.gentoo.org/686988 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Georgy Yakovlev gentoo.org> net-libs/grpc/{grpc-1.20.1.ebuild => grpc-1.20.1-r1.ebuild} | 2 +- net-libs/grpc/{grpc-1.21.1.ebuild => grpc-1.21.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/grpc/grpc-1.20.1.ebuild b/net-libs/grpc/grpc-1.20.1-r1.ebuild similarity index 98% rename from net-libs/grpc/grpc-1.20.1.ebuild rename to net-libs/grpc/grpc-1.20.1-r1.ebuild index bc5eefc6e92..f34a772f778 100644 --- a/net-libs/grpc/grpc-1.20.1.ebuild +++ b/net-libs/grpc/grpc-1.20.1-r1.ebuild @@ -18,7 +18,7 @@ IUSE="examples doc perftools systemtap static-libs" RDEPEND=" >=dev-libs/openssl-1.0.2:0=[-bindist] - dev-libs/protobuf:= + >=dev-libs/protobuf-3.7.0:= >=net-dns/c-ares-1.15.0:= sys-libs/zlib:= perftools? ( dev-util/google-perftools:= ) diff --git a/net-libs/grpc/grpc-1.21.1.ebuild b/net-libs/grpc/grpc-1.21.1-r1.ebuild similarity index 98% rename from net-libs/grpc/grpc-1.21.1.ebuild rename to net-libs/grpc/grpc-1.21.1-r1.ebuild index 79d4eff6fd6..f90bab18e1c 100644 --- a/net-libs/grpc/grpc-1.21.1.ebuild +++ b/net-libs/grpc/grpc-1.21.1-r1.ebuild @@ -18,7 +18,7 @@ IUSE="examples doc perftools systemtap static-libs" DEPEND=" >=dev-libs/openssl-1.0.2:0=[-bindist] - dev-libs/protobuf:= + >=dev-libs/protobuf-3.7.0:= >=net-dns/c-ares-1.15.0:= sys-libs/zlib:= perftools? ( dev-util/google-perftools:= )