commit:     6ede713804d35a8de4590ac3459a7c8f2c0ee4fd
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 08:51:20 2021 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 08:51:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ede7138

dev-util/perf: drop hprefixify for removed script

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 dev-util/perf/perf-5.15-r1.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dev-util/perf/perf-5.15-r1.ebuild 
b/dev-util/perf/perf-5.15-r1.ebuild
index be6ab29e81f..d676dd95349 100644
--- a/dev-util/perf/perf-5.15-r1.ebuild
+++ b/dev-util/perf/perf-5.15-r1.ebuild
@@ -162,11 +162,6 @@ src_prepare() {
 
        # The code likes to compile local assembly files which lack ELF 
markings.
        find -name '*.S' -exec sed -i '$a.section .note.GNU-stack,"",%progbits' 
{} +
-
-       # Fix shebang to use python from prefix
-       if [[ -n "${EPREFIX}" ]]; then
-               hprefixify ${S_K}/scripts/bpf_helpers_doc.py
-       fi
 }
 
 puse() { usex $1 "" no; }

Reply via email to