Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/
Date: Thu, 29 Apr 2021 11:46:14
Message-Id: 1619696767.77cccd2e73130288d01bfad1acfb28785dc744ef.mgorny@gentoo
1 commit: 77cccd2e73130288d01bfad1acfb28785dc744ef
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Apr 29 11:23:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 11:46:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cccd2e
7
8 net-libs/grpc: Fix InvalidDepend
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Closes: https://github.com/gentoo/gentoo/pull/20590
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-libs/grpc/grpc-1.37.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/grpc/grpc-1.37.0.ebuild b/net-libs/grpc/grpc-1.37.0.ebuild
18 index 1752147b556..c63c9674025 100644
19 --- a/net-libs/grpc/grpc-1.37.0.ebuild
20 +++ b/net-libs/grpc/grpc-1.37.0.ebuild
21 @@ -18,7 +18,7 @@ IUSE="doc examples libressl test"
22
23 # look for submodule versions in third_party dir
24 RDEPEND="
25 - =dev-cpp/abseil-cpp-20200923*[cxx17(+)]:=
26 + =dev-cpp/abseil-cpp-20200923*:=[cxx17(+)]
27 >=dev-libs/re2-0.2021.04.01:=
28 >=dev-libs/protobuf-3.15.2:=
29 >=net-dns/c-ares-1.15.0:=