From b6cfc0c19effe2d9f7b8ab303cd00636f16da253 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 19 Apr 2024 12:05:02 +0100 Subject: gentoo auto-resync : 19:04:2024 - 12:05:02 --- .../files/radare2-5.8.2-bundled-capstone.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch (limited to 'dev-util/radare2/files') diff --git a/dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch b/dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch deleted file mode 100644 index 31de9b72bb37..000000000000 --- a/dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch +++ /dev/null @@ -1,21 +0,0 @@ -Need to unbundle capstone due to broken capstone-5 compatibility: - -https://github.com/radareorg/radare2/issues/21204 -https://bugs.gentoo.org/891805 - -diff --git a/shlr/Makefile b/shlr/Makefile -index 5626a061ff..5e8af3b99b 100644 ---- a/shlr/Makefile -+++ b/shlr/Makefile -@@ -225,10 +225,7 @@ capstone-sync: capstone - capstone-clean: - -$(MAKE) -C capstone clean - --capstone: capstone-$(CS_VER).tar.gz -- tar xzvf capstone-$(CS_VER).tar.gz -- rm -rf capstone -- mv capstone-$(CS_VER) capstone -+capstone: - $(MAKE) patch-capstone - - # already implemented in capstone.sh -- cgit v1.2.3