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 D2930138353 for ; Fri, 24 Apr 2020 20:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA5BE0AAC; Fri, 24 Apr 2020 20:02:14 +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 6A2DBE0AB4 for ; Fri, 24 Apr 2020 20:02:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F204834F1B0 for ; Fri, 24 Apr 2020 20:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD6C1F1 for ; Fri, 24 Apr 2020 20:02:11 +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: <1587758493.5b1f4d49025b8946cd61322cef71b40a19c45998.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.28.1-r1.ebuild net-libs/grpc/grpc-1.28.1.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5b1f4d49025b8946cd61322cef71b40a19c45998 X-VCS-Branch: master Date: Fri, 24 Apr 2020 20:02:11 +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: a66e6df4-5325-4e31-aff4-7270efad8cd0 X-Archives-Hash: a0eea131e3ce0cd7fd0fc796ef8b0008 commit: 5b1f4d49025b8946cd61322cef71b40a19c45998 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Apr 24 14:53:30 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Apr 24 20:01:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1f4d49 net-libs/grpc: loosen dep on abseil-cpp Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> net-libs/grpc/{grpc-1.28.1.ebuild => grpc-1.28.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/grpc/grpc-1.28.1.ebuild b/net-libs/grpc/grpc-1.28.1-r1.ebuild similarity index 97% rename from net-libs/grpc/grpc-1.28.1.ebuild rename to net-libs/grpc/grpc-1.28.1-r1.ebuild index ef8cbdbbb06..3619635f8bc 100644 --- a/net-libs/grpc/grpc-1.28.1.ebuild +++ b/net-libs/grpc/grpc-1.28.1-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc examples libressl" DEPEND=" - ~dev-cpp/abseil-cpp-20200225.1:= + =dev-cpp/abseil-cpp-20200225*:= >=dev-libs/protobuf-3.11.2:= >=net-dns/c-ares-1.15.0:= sys-libs/zlib:=