diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-04-29 12:23:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-29 13:46:07 +0200 |
commit | 77cccd2e73130288d01bfad1acfb28785dc744ef (patch) | |
tree | e0cfb44f4ed61f8f41178b4b9d5b08fccd9e8279 | |
parent | dev-perl/Sys-Statistics-Linux: Fix DeprecatedInsinto (diff) | |
download | gentoo-77cccd2e73130288d01bfad1acfb28785dc744ef.tar.gz gentoo-77cccd2e73130288d01bfad1acfb28785dc744ef.tar.bz2 gentoo-77cccd2e73130288d01bfad1acfb28785dc744ef.zip |
net-libs/grpc: Fix InvalidDepend
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/20590
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-libs/grpc/grpc-1.37.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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:= |