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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C3AD15808B for ; Wed, 2 Oct 2024 04:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 658D1E29A5; Wed, 2 Oct 2024 04:35:58 +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 D30B9E29A7 for ; Wed, 2 Oct 2024 04:35:57 +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 B09D2340906 for ; Wed, 2 Oct 2024 04:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 105881EF3 for ; Wed, 2 Oct 2024 04:35:55 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1727843679.dff5d8dbf4bf97cbb56f0a08efa0d95ad2213061.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-creator/qt-creator-9999.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: dff5d8dbf4bf97cbb56f0a08efa0d95ad2213061 X-VCS-Branch: master Date: Wed, 2 Oct 2024 04:35:55 +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: 295a0bd5-6e80-4a9c-b34c-f35b48c77673 X-Archives-Hash: 3846dbca53154d8ea2628c074852aab9 commit: dff5d8dbf4bf97cbb56f0a08efa0d95ad2213061 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Oct 2 03:58:19 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Oct 2 04:34:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff5d8db dev-qt/qt-creator: sync live Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qt-creator/qt-creator-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 99cda33d0135..843c80b7e3c5 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -77,6 +77,7 @@ COMMON_DEPEND=" tracing? ( app-arch/zstd:= dev-libs/elfutils + >=dev-qt/qtcharts-${QT_PV} >=dev-qt/qtshadertools-${QT_PV} ) " @@ -162,6 +163,7 @@ src_configure() { # to plugins with additional build-time dependencies. -DBUILD_LIBRARY_TRACING=$(usex tracing) # qml+perfprofiler,ctfvisual -DBUILD_EXECUTABLE_PERFPARSER=$(usex tracing) + -DBUILD_PLUGIN_APPSTATISTICSMONITOR=$(usex tracing) -DBUILD_PLUGIN_CLANGCODEMODEL=$(usex clang) -DBUILD_PLUGIN_CLANGFORMAT=$(usex clang) @@ -267,6 +269,7 @@ Qt Quick: - QmlProfiler (USE=tracing) Utilities: +- AppStatisticsMonitor (USE=tracing) - Autotest (dev-cpp/catch, dev-cpp/gtest, or dev-libs/boost if used) - Conan (dev-util/conan) - Docker (app-containers/docker)