commit:     98626a5f65392df77c7870da41031d39e9580301
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 23 16:27:29 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 16:27:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98626a5f

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

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/serialport-1.3.2-clang16-build-fix.patch          | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-ruby/serialport/files/serialport-1.3.2-clang16-build-fix.patch 
b/dev-ruby/serialport/files/serialport-1.3.2-clang16-build-fix.patch
deleted file mode 100644
index 9dd22090541c..000000000000
--- a/dev-ruby/serialport/files/serialport-1.3.2-clang16-build-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Bug: https://bugs.gentoo.org/883127
-Upstream PR: https://github.com/hparra/ruby-serialport/pull/75
---- a/ext/native/posix_serialport_impl.c
-+++ b/ext/native/posix_serialport_impl.c
-@@ -110,7 +110,7 @@ VALUE sp_create_impl(class, _port)
-    struct termios params;
- 
-    NEWOBJ(sp, struct RFile);
--   OBJSETUP(sp, class, T_FILE);
-+   OBJSETUP((VALUE)sp, class, T_FILE);
-    MakeOpenFile((VALUE) sp, fp);
- 
-    switch(TYPE(_port))

Reply via email to