From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1433538-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33328158095 for <garchives@archives.gentoo.org>; Mon, 5 Sep 2022 01:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 709DDE0718; Mon, 5 Sep 2022 01:14:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57E3DE0794 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2022 01:14:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B54FE340EC8 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2022 01:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 220AB5B1 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Sep 2022 01:14:43 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1662340459.6a9b6dc9c199622f24258322aa5bf5e3c03432ff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bpftool/bpftool-5.19.2-r1.ebuild X-VCS-Directories: dev-util/bpftool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a9b6dc9c199622f24258322aa5bf5e3c03432ff X-VCS-Branch: master Date: Mon, 5 Sep 2022 01:14:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85239391-1629-43f3-b571-348c8b7ec0ce X-Archives-Hash: 3cb1e4c9ff7d69d53a591ba68f295b41 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