commit: 8d4b3767813fe5f1ae9f83683adfdc9e0a4eacb8 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Sat Dec 6 16:58:58 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Sat Dec 6 16:59:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4b3767
dev-ruby/grpc: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> dev-ruby/grpc/files/grpc-1.66.0-c99.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-ruby/grpc/files/grpc-1.66.0-c99.patch b/dev-ruby/grpc/files/grpc-1.66.0-c99.patch deleted file mode 100644 index 63997a4070d3..000000000000 --- a/dev-ruby/grpc/files/grpc-1.66.0-c99.patch +++ /dev/null @@ -1,22 +0,0 @@ -https://bugs.gentoo.org/939544 -https://github.com/grpc/grpc/issues/37731 -https://github.com/grpc/grpc/pull/37741 - -From 18a89be44d54e8c8bd614f1cee626d1db598a45a Mon Sep 17 00:00:00 2001 -From: alto-ruby <[email protected]> -Date: Mon, 16 Sep 2024 17:33:04 -0700 -Subject: [PATCH] fix incompatible pointer type of - grpc_compression_algorithm_name - ---- a/src/ruby/ext/grpc/rb_compression_options.c -+++ b/src/ruby/ext/grpc/rb_compression_options.c -@@ -296,7 +296,7 @@ VALUE grpc_rb_compression_options_level_value_to_name_internal( - * Fails if the enum value is invalid. */ - VALUE grpc_rb_compression_options_algorithm_value_to_name_internal( - grpc_compression_algorithm internal_value) { -- char* algorithm_name = NULL; -+ const char* algorithm_name = NULL; - - if (!grpc_compression_algorithm_name(internal_value, &algorithm_name)) { - rb_raise(rb_eArgError, "Failed to convert algorithm value to name"); -
