From 77cccd2e73130288d01bfad1acfb28785dc744ef Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Thu, 29 Apr 2021 12:23:49 +0100 Subject: net-libs/grpc: Fix InvalidDepend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakov Smolic Closes: https://github.com/gentoo/gentoo/pull/20590 Signed-off-by: Michał Górny --- net-libs/grpc/grpc-1.37.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-libs') diff --git a/net-libs/grpc/grpc-1.37.0.ebuild b/net-libs/grpc/grpc-1.37.0.ebuild index 1752147b5566..c63c9674025b 100644 --- a/net-libs/grpc/grpc-1.37.0.ebuild +++ b/net-libs/grpc/grpc-1.37.0.ebuild @@ -18,7 +18,7 @@ IUSE="doc examples libressl test" # look for submodule versions in third_party dir RDEPEND=" - =dev-cpp/abseil-cpp-20200923*[cxx17(+)]:= + =dev-cpp/abseil-cpp-20200923*:=[cxx17(+)] >=dev-libs/re2-0.2021.04.01:= >=dev-libs/protobuf-3.15.2:= >=net-dns/c-ares-1.15.0:= -- cgit v1.2.3-65-gdbad