dev-ruby/llhttp-ffi: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-12-05 18:50:44 +01:00
parent 68cf06d928
commit 5804e7129b
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -1,18 +0,0 @@
https://github.com/bryanp/llhttp/commit/89551cd7fa539d7073e62ba8f6ba1dd70e73c36a
From 89551cd7fa539d7073e62ba8f6ba1dd70e73c36a Mon Sep 17 00:00:00 2001
From: Bryan Powell <bryan@metabahn.com>
Date: Wed, 29 Mar 2023 07:27:08 -0700
Subject: [PATCH] Fix ffi clean
--- a/Rakefile
+++ b/Rakefile
@@ -16,6 +16,8 @@ task :clean do
[
"./lib/llhttp/llhttp_ext.bundle"
].each do |file|
+ next unless File.exist?(file)
+
FileUtils.rm(file)
end
end