From a2efeea0674c9b9a0591b2fc5872c5627cb84a2c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 10 Oct 2021 20:18:03 +0200 Subject: net-libs/grpc: remove unused patch(es) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/22548 Signed-off-by: Georgy Yakovlev --- .../grpc/files/grpc-1.41.0-link-system-gtest.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch (limited to 'net-libs/grpc') 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 4901678bfd6c..000000000000 --- 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 -- cgit v1.2.3-65-gdbad