commit:     f6cf9b0ac6279862d09f1944800f988778036402
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 18:58:34 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 18:58:34 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cf9b0a

dev-util/rizin/files: drop unused patches

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../rizin-0.7.3-force-local-tree-sitter-c.patch    | 22 ---------------
 .../rizin-0.7.3-tree-sitter-underlinking.patch     | 31 ----------------------
 2 files changed, 53 deletions(-)

diff --git a/dev-util/rizin/files/rizin-0.7.3-force-local-tree-sitter-c.patch 
b/dev-util/rizin/files/rizin-0.7.3-force-local-tree-sitter-c.patch
deleted file mode 100644
index 952ed430e72b..000000000000
--- a/dev-util/rizin/files/rizin-0.7.3-force-local-tree-sitter-c.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 1f8d7a37dc91ce41706ca7ee564cf3c48acf79d1 Mon Sep 17 00:00:00 2001
-From: John Helmert III <[email protected]>
-Date: Sat, 14 Dec 2024 20:11:09 -0800
-Subject: [PATCH] librz/type: force tree-sitter-c subproject
-
-rizin depends on its fork of tree-sitter-c.
-
-Signed-off-by: John Helmert III <[email protected]>
---- a/librz/type/meson.build
-+++ b/librz/type/meson.build
-@@ -18,7 +18,7 @@ if r.returncode() == 1 and get_option('subprojects_check')
-   error('Subprojects are not updated. Please run `git clean -dxff 
subprojects/` to delete all local subprojects directories. If you want to 
compile against current subprojects then set option `subprojects_check=false`.')
- endif
- 
--tree_sitter_c_dep = dependency('tree-sitter-c')
-+tree_sitter_c_dep = 
subproject('tree-sitter-c').get_variable('tree_sitter_c_dep')
- 
- rz_type_inc = [
-   platform_inc,
--- 
-2.45.2
-

diff --git a/dev-util/rizin/files/rizin-0.7.3-tree-sitter-underlinking.patch 
b/dev-util/rizin/files/rizin-0.7.3-tree-sitter-underlinking.patch
deleted file mode 100644
index 72a8b14a26bf..000000000000
--- a/dev-util/rizin/files/rizin-0.7.3-tree-sitter-underlinking.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 2d5a70879b8e0b7b2bbd9ce48b2bb459dc22203a Mon Sep 17 00:00:00 2001
-From: ajakk <[email protected]>
-Date: Tue, 3 Sep 2024 08:46:24 -0500
-Subject: [PATCH] librz: link to tree-sitter directly (#4603)
-
-tree-sitter symbols are included in this library, so we need to
-specify the dependency to avoid linking failures due to missing
-tree-sitter symbols.
-
-See-Also: https://bugs.gentoo.org/928301
-
-Signed-off-by: John Helmert III <[email protected]>
----
- librz/type/meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/librz/type/meson.build b/librz/type/meson.build
-index 06d6807bc3..7c58e82486 100644
---- a/librz/type/meson.build
-+++ b/librz/type/meson.build
-@@ -31,6 +31,7 @@ rz_type = library('rz_type', rz_type_sources,
-   include_directories: rz_type_inc,
-   dependencies: [
-     rz_util_dep,
-+    tree_sitter_dep,
-     tree_sitter_c_dep,
-     lrt
-   ],
--- 
-2.45.2
-

Reply via email to