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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B3AE15802C for ; Wed, 18 Dec 2024 14:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35017E08F3; Wed, 18 Dec 2024 14:33:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B934AE08B0 for ; Wed, 18 Dec 2024 14:33:38 +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 EDB67340943 for ; Wed, 18 Dec 2024 14:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5605B1F42 for ; Wed, 18 Dec 2024 14:33:36 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1734532398.c3181eece1fe233e1d8bb86ee4fd6a92a04ad35b.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-6.11.7-r1.ebuild dev-util/perf/perf-6.11.7.ebuild dev-util/perf/perf-6.12-r1.ebuild dev-util/perf/perf-6.12.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: c3181eece1fe233e1d8bb86ee4fd6a92a04ad35b X-VCS-Branch: master Date: Wed, 18 Dec 2024 14:33:36 +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: 37748e94-1f4d-4e42-98ed-132603bab82f X-Archives-Hash: 1a646d2348bab63f5e3a5393a4725035 commit: c3181eece1fe233e1d8bb86ee4fd6a92a04ad35b Author: Guilherme Amadio gentoo org> AuthorDate: Wed Dec 18 10:55:33 2024 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Wed Dec 18 14:33:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3181eec dev-util/perf: fix automagic dependency on llvm-core/llvm Closes: https://bugs.gentoo.org/946589 Signed-off-by: Guilherme Amadio gentoo.org> dev-util/perf/{perf-6.11.7.ebuild => perf-6.11.7-r1.ebuild} | 1 + dev-util/perf/{perf-6.12.ebuild => perf-6.12-r1.ebuild} | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/perf/perf-6.11.7.ebuild b/dev-util/perf/perf-6.11.7-r1.ebuild similarity index 99% rename from dev-util/perf/perf-6.11.7.ebuild rename to dev-util/perf/perf-6.11.7-r1.ebuild index 01c0ecb177a4..50b812589926 100644 --- a/dev-util/perf/perf-6.11.7.ebuild +++ b/dev-util/perf/perf-6.11.7-r1.ebuild @@ -279,6 +279,7 @@ perf_make() { NO_LIBCRYPTO=$(puse crypt) NO_LIBDW_DWARF_UNWIND="${disable_libdw}" NO_LIBELF= + NO_LIBLLVM=$(puse bpf) NO_LIBNUMA=$(puse numa) NO_LIBPERL=$(puse perl) NO_LIBPFM4=$(puse libpfm) diff --git a/dev-util/perf/perf-6.12.ebuild b/dev-util/perf/perf-6.12-r1.ebuild similarity index 99% rename from dev-util/perf/perf-6.12.ebuild rename to dev-util/perf/perf-6.12-r1.ebuild index 411534198d8b..c8df399468cc 100644 --- a/dev-util/perf/perf-6.12.ebuild +++ b/dev-util/perf/perf-6.12-r1.ebuild @@ -283,6 +283,7 @@ perf_make() { NO_LIBCRYPTO=$(puse crypt) NO_LIBDW_DWARF_UNWIND="${disable_libdw}" NO_LIBELF= + NO_LIBLLVM=$(puse bpf) NO_LIBNUMA=$(puse numa) NO_LIBPERL=$(puse perl) NO_LIBPFM4=$(puse libpfm)