commit: 6707360d2ee62f70b0320073a80e46dc92ef83fe Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 5 01:13:42 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 5 01:13:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6707360d
dev-util/perf: add comment re binutils-2.39 patches Bug: https://bugs.gentoo.org/868129 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/perf/perf-5.19.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/perf/perf-5.19.ebuild b/dev-util/perf/perf-5.19.ebuild index 48881f1dc0f8..c0b17711b75c 100644 --- a/dev-util/perf/perf-5.19.ebuild +++ b/dev-util/perf/perf-5.19.ebuild @@ -144,6 +144,8 @@ src_prepare() { pushd "${S_K}" >/dev/null || die eapply "${FILESDIR}"/${PN}-5.18-clang.patch + # Used `git format-patch 00b32625982e0c796f0abb8effcac9c05ef55bd3...600b7b26c07a070d0153daa76b3806c1e52c9e00` + # bug #868129 rm "${WORKDIR}"/${P}-binutils-2.39-patches/0005-tools-bpf_jit_disasm-Fix-compilation-error-with-new-.patch || die rm "${WORKDIR}"/${P}-binutils-2.39-patches/0006-tools-bpf_jit_disasm-Don-t-display-disassembler-four.patch || die rm "${WORKDIR}"/${P}-binutils-2.39-patches/0007-tools-bpftool-Fix-compilation-error-with-new-binutil.patch || die
