From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6DE56158095 for ; 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 7482DE0794; 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 56468E0718 for ; 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 C38F2340EEB for ; Mon, 5 Sep 2022 01:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5D1568 for ; Mon, 5 Sep 2022 01:14:43 +0000 (UTC) From: "Sam James" 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" Message-ID: <1662340422.6707360d2ee62f70b0320073a80e46dc92ef83fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-5.19.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6707360d2ee62f70b0320073a80e46dc92ef83fe X-VCS-Branch: master Date: Mon, 5 Sep 2022 01:14:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d533a9c-3bd7-4c8e-8757-68f9e7b73021 X-Archives-Hash: 13dbec341c0be2c95f97f65fe8964674 commit: 6707360d2ee62f70b0320073a80e46dc92ef83fe Author: Sam James gentoo org> AuthorDate: Mon Sep 5 01:13:42 2022 +0000 Commit: Sam James gentoo 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 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