diff options
author | John Helmert III <ajak@gentoo.org> | 2021-10-17 09:09:23 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-10-17 11:08:09 -0500 |
commit | 64ff47121444571971ac7092180f61cd07bbf58f (patch) | |
tree | c034608d66617ac117413de4755ade9e61cfdb0b /dev-util/rizin/files | |
parent | www-misc/buku: drop 4.5 (diff) | |
download | gentoo-64ff47121444571971ac7092180f61cd07bbf58f.tar.gz gentoo-64ff47121444571971ac7092180f61cd07bbf58f.tar.bz2 gentoo-64ff47121444571971ac7092180f61cd07bbf58f.zip |
dev-util/rizin: drop 0.2.1
Bug: https://bugs.gentoo.org/807067
Bug: https://bugs.gentoo.org/792357
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'dev-util/rizin/files')
-rw-r--r-- | dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch b/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch deleted file mode 100644 index 3e7a6cc70c17..000000000000 --- a/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://github.com/rizinorg/rizin/issues/1192 ---- a/test/unit/test_rzpipe.c -+++ b/test/unit/test_rzpipe.c -@@ -30,7 +30,9 @@ static bool test_rzpipe_404(void) { - } - - static int all_tests() { -- mu_run_test(test_rzpipe); -+ // Disabled in Genoo, relies on `rizin` binary in $PATH: -+ // https://github.com/rizinorg/rizin/issues/1192 -+ //mu_run_test(test_rzpipe); - mu_run_test(test_rzpipe_404); - return tests_passed != tests_run; - } |