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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AEDD1382C5 for ; Fri, 30 Apr 2021 09:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2ECAE0857; Fri, 30 Apr 2021 09:43:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98813E0857 for ; Fri, 30 Apr 2021 09:43:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65A71340FE3 for ; Fri, 30 Apr 2021 09:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B311B59C for ; Fri, 30 Apr 2021 09:42:57 +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: <1619775755.607ae226a678a567b344952fa2f5522a12773644.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/metadata.xml dev-util/perf/perf-5.12.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 607ae226a678a567b344952fa2f5522a12773644 X-VCS-Branch: master Date: Fri, 30 Apr 2021 09:42:57 +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: 5dea8d36-e901-4eea-a4d4-68a9c21664d3 X-Archives-Hash: 443062f76b39150f7e0e0b7cddab7222 commit: 607ae226a678a567b344952fa2f5522a12773644 Author: Guilherme Amadio gentoo org> AuthorDate: Fri Apr 30 09:42:30 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Apr 30 09:42:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607ae226 dev-util/perf: add support for dev-util/babeltrace Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Guilherme Amadio gentoo.org> dev-util/perf/metadata.xml | 1 + dev-util/perf/perf-5.12.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-util/perf/metadata.xml b/dev-util/perf/metadata.xml index 279962a1a52..18c5fbdc755 100644 --- a/dev-util/perf/metadata.xml +++ b/dev-util/perf/metadata.xml @@ -13,6 +13,7 @@ Guilherme Amadio + Enable dev-util/babeltrace support Enable builtin clang and LLVM support Enable C++ symbol name demangling, using libbfd from diff --git a/dev-util/perf/perf-5.12.ebuild b/dev-util/perf/perf-5.12.ebuild index ad940b16bba..9ca795b5dee 100644 --- a/dev-util/perf/perf-5.12.ebuild +++ b/dev-util/perf/perf-5.12.ebuild @@ -32,7 +32,7 @@ SRC_URI+=" https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="audit clang crypt debug +demangle +doc gtk java libpfm lzma numa perl python slang systemtap unwind zlib" +IUSE="audit babeltrace clang crypt debug +demangle +doc gtk java libpfm lzma numa perl python slang systemtap unwind zlib" # TODO babeltrace REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -51,6 +51,7 @@ BDEPEND=" " RDEPEND="audit? ( sys-process/audit ) + babeltrace? ( dev-util/babeltrace ) crypt? ( dev-libs/openssl:0= ) clang? (