summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-10-10 20:18:03 +0200
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-10 19:47:23 -0700
commita2efeea0674c9b9a0591b2fc5872c5627cb84a2c (patch)
tree671eb99b6b4c5a7d5ad2c667c01e46242cfbe322 /net-libs
parentdev-perl/SOAP-Lite: add missing test dependency (diff)
downloadgentoo-a2efeea0674c9b9a0591b2fc5872c5627cb84a2c.tar.gz
gentoo-a2efeea0674c9b9a0591b2fc5872c5627cb84a2c.tar.bz2
gentoo-a2efeea0674c9b9a0591b2fc5872c5627cb84a2c.zip
net-libs/grpc: remove unused patch(es)
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22548 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/grpc/files/grpc-1.41.0-link-system-gtest.patch22
1 files changed, 0 insertions, 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 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