From ed40676841e317a2aafa04c4c804bb6043864740 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Feb 2016 23:50:05 +0000 Subject: repo cleanup...drop old ebuilds, drop ebuilds already in portage tree --- dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch (limited to 'dev-libs/satyr/files') diff --git a/dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch b/dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch deleted file mode 100644 index 715b3299..00000000 --- a/dev-libs/satyr/files/satyr-0.13-elfutils-0.158.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/core_unwind.c b/lib/core_unwind.c -index d0c7aec..7910254 100644 ---- a/lib/core_unwind.c -+++ b/lib/core_unwind.c -@@ -206,7 +206,7 @@ open_coredump(const char *elf_file, const char *exe_file, char **error_msg) - ch->cb.section_address = dwfl_offline_section_address; - ch->dwfl = dwfl_begin(&ch->cb); - -- if (dwfl_core_file_report(ch->dwfl, ch->eh) == -1) -+ if (dwfl_core_file_report(ch->dwfl, ch->eh, exe_file) == -1) - { - set_error_dwfl("dwfl_core_file_report"); - goto fail_dwfl; -- cgit v1.2.3