diff options
author | Sam James <sam@gentoo.org> | 2022-09-05 02:14:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-05 02:14:19 +0100 |
commit | 6a9b6dc9c199622f24258322aa5bf5e3c03432ff (patch) | |
tree | 1728a53593ad3697938ddfe2ff3066de4493ce99 /dev-util/bpftool | |
parent | dev-util/perf: add comment re binutils-2.39 patches (diff) | |
download | gentoo-6a9b6dc9c199622f24258322aa5bf5e3c03432ff.tar.gz gentoo-6a9b6dc9c199622f24258322aa5bf5e3c03432ff.tar.bz2 gentoo-6a9b6dc9c199622f24258322aa5bf5e3c03432ff.zip |
dev-util/bpftool: add comment re binutils-2.39 patches
Bug: https://bugs.gentoo.org/868123
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/bpftool')
-rw-r--r-- | dev-util/bpftool/bpftool-5.19.2-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |