commit: 77cccd2e73130288d01bfad1acfb28785dc744ef Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Apr 29 11:23:49 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 29 11:46:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cccd2e
net-libs/grpc: Fix InvalidDepend Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/20590 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-libs/grpc/grpc-1.37.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/grpc/grpc-1.37.0.ebuild b/net-libs/grpc/grpc-1.37.0.ebuild index 1752147b556..c63c9674025 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:=
