diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-28 13:20:47 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-28 13:21:04 +0100 |
commit | c6ead6ec63da392259c83b3126c3150b4360403b (patch) | |
tree | c06fcb4214d4ea838672b29a77f8e4bb201ba14f /dev-util/radare2/files | |
parent | x11-misc/dmenu: Fix patch, rework src_compile(). (diff) | |
download | gentoo-c6ead6ec63da392259c83b3126c3150b4360403b.tar.gz gentoo-c6ead6ec63da392259c83b3126c3150b4360403b.tar.bz2 gentoo-c6ead6ec63da392259c83b3126c3150b4360403b.zip |
dev-util/radare2: drop USE=-system-capstone
Enable system capstone unconditionally for releases.
radare2 does not ship bundled capstone in 2.5.0.
Reported-by: Michael Palimaka (kensington)
Closes: https://bugs.gentoo.org/645552
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-util/radare2/files')
-rw-r--r-- | dev-util/radare2/files/radare2-0.9.9-nogit.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/radare2/files/radare2-0.9.9-nogit.patch b/dev-util/radare2/files/radare2-0.9.9-nogit.patch deleted file mode 100644 index 9a6979e348a4..000000000000 --- a/dev-util/radare2/files/radare2-0.9.9-nogit.patch +++ /dev/null @@ -1,13 +0,0 @@ -capstone-sync does not work correctly for release tarballs. -It tries to sync/revert from upstream git repo unconditionaly. -diff --git a/shlr/Makefile b/shlr/Makefile -index a1796ce..f8d179a 100644 ---- a/shlr/Makefile -+++ b/shlr/Makefile -@@ -144,5 +144,5 @@ else - - ifeq ($(CS_TAR),) --capstone: capstone-sync -+capstone: # capstone-sync - - capstone-sync: |