commit:     f25962bf93863fd0a93266060565dcf11d699731
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 19 10:52:19 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri May 24 23:35:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25962bf

dev-ruby/coolio: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch 
b/dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch
deleted file mode 100644
index 909988fda7c3..000000000000
--- a/dev-ruby/coolio/files/coolio-1.7.1-fix-build-clang16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Bug: https://bugs.gentoo.org/883147
-Upstream PR: https://github.com/tarcieri/cool.io/pull/78
---- a/ext/libev/ev.c
-+++ b/ext/libev/ev.c
-@@ -3768,7 +3768,7 @@ 
rb_thread_unsafe_dangerous_crazy_blocking_region_end(...);
- #if defined(HAVE_RB_THREAD_BLOCKING_REGION) || 
defined(HAVE_RB_THREAD_CALL_WITHOUT_GVL)
-         poll_args.loop = loop;
-         poll_args.waittime = waittime;
--        rb_thread_call_without_gvl(ev_backend_poll, (void *)&poll_args, 
RUBY_UBF_IO, 0);
-+        rb_thread_call_without_gvl((void *)ev_backend_poll, (void 
*)&poll_args, RUBY_UBF_IO, 0);
- #else
-          backend_poll (EV_A_ waittime);
- #endif

Reply via email to