commit: a2efeea0674c9b9a0591b2fc5872c5627cb84a2c Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Oct 10 18:18:03 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon Oct 11 02:47:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2efeea0
net-libs/grpc: remove unused patch(es) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22548 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> .../grpc/files/grpc-1.41.0-link-system-gtest.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch b/net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch deleted file mode 100644 index 4901678bfd6..00000000000 --- a/net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0e8fbdee8b..3662aabdfe 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -2309,6 +2309,7 @@ target_include_directories(grpc_test_util - ${_gRPC_ZLIB_INCLUDE_DIR} - ) - target_link_libraries(grpc_test_util -+ PRIVATE - ${_gRPC_ALLTARGETS_LIBRARIES} - absl::failure_signal_handler - absl::stacktrace -@@ -2322,7 +2323,8 @@ endif() - - endif() - if(gRPC_BUILD_TESTS) -- -+find_package(GTest REQUIRED) -+target_link_libraries(grpc_test_util PUBLIC GTest::gtest GTest::gmock) - add_library(grpc_test_util_unsecure - test/core/util/cmdline.cc - test/core/util/fuzzer_util.cc
