commit: 6a9b6dc9c199622f24258322aa5bf5e3c03432ff Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 5 01:14:19 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 5 01:14:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9b6dc9
dev-util/bpftool: add comment re binutils-2.39 patches Bug: https://bugs.gentoo.org/868123 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/bpftool/bpftool-5.19.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/bpftool/bpftool-5.19.2-r1.ebuild b/dev-util/bpftool/bpftool-5.19.2-r1.ebuild index a0c1c2b4cfc2..3b2b5a406a29 100644 --- a/dev-util/bpftool/bpftool-5.19.2-r1.ebuild +++ b/dev-util/bpftool/bpftool-5.19.2-r1.ebuild @@ -89,6 +89,8 @@ src_prepare() { fi pushd "${S_K}" >/dev/null || die + # Used `git format-patch 00b32625982e0c796f0abb8effcac9c05ef55bd3...600b7b26c07a070d0153daa76b3806c1e52c9e00` + # bug #868123 eapply "${WORKDIR}"/perf-5.19-binutils-2.39-patches popd || die
