commit: 2550383f25383c3fc9ae95768b82cc3d636074aa Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 17 19:55:00 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 09:36:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2550383f
dev-util/heaptrack: Fix CMake <3.10 warning, build w/ boost-1.89 The warning was a false positive in this case. Closes: https://bugs.gentoo.org/964448 Closes: https://bugs.gentoo.org/964521 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/heaptrack/Manifest | 1 + .../{heaptrack-9999.ebuild => heaptrack-1.5.80_pre20251017.ebuild} | 4 ++-- dev-util/heaptrack/heaptrack-9999.ebuild | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/heaptrack/Manifest b/dev-util/heaptrack/Manifest index 512b9b6ff705..3f916b5db304 100644 --- a/dev-util/heaptrack/Manifest +++ b/dev-util/heaptrack/Manifest @@ -1 +1,2 @@ DIST heaptrack-1.5.80_pre20250331-0fb2eb51.tar.gz 9486961 BLAKE2B aecf5da2278f81da07ca02d735b5f7520c6d6dbddd6035fb8d3819eb251865992253d41d6509c8d05adbd908bd0cb683182fe41cf341e8808ecd35f2578c11ee SHA512 20c18c5119d1bb7cd78bc1b8faa00c4a61eaaf524da6948d75ba9bd1d96b62ea00aeb42ad5daf47b7edca9a77051a7a2c3508e28b01876d0a716e4196590e45a +DIST heaptrack-1.5.80_pre20251017-f813c68d.tar.gz 9516111 BLAKE2B db882b8d48c761e064b0a357b79733af2b048e44c883fcc0119310fa98ead57c3fc28f5844d472e3f1213f82a37e5f650d10503ea0a168d252f60cc973fc819a SHA512 95c7178baeb143d9bff6cb71ec494f5178237f6d30020a3f1756bbaaf1efa67f93bbc113f050a188e0c50b84ae6c06c5a3917757cec3a706f6aa80e725e6e980 diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-1.5.80_pre20251017.ebuild similarity index 94% copy from dev-util/heaptrack/heaptrack-9999.ebuild copy to dev-util/heaptrack/heaptrack-1.5.80_pre20251017.ebuild index 12471bad5b16..cb380861f937 100644 --- a/dev-util/heaptrack/heaptrack-9999.ebuild +++ b/dev-util/heaptrack/heaptrack-1.5.80_pre20251017.ebuild @@ -3,6 +3,7 @@ EAPI=8 +KDE_ORG_COMMIT=f813c68d2ca89989334734f2183598ee2f8aa1b5 inherit cmake kde.org xdg DESCRIPTION="Fast heap memory profiler" @@ -11,7 +12,7 @@ https://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="+gui test zstd" RESTRICT="!test? ( test )" @@ -52,7 +53,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DHEAPTRACK_USE_QT6=ON -DHEAPTRACK_BUILD_GUI=$(usex gui) -DBUILD_TESTING=$(usex test) $(cmake_use_find_package zstd ZSTD) diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild index 12471bad5b16..b15ea36d2793 100644 --- a/dev-util/heaptrack/heaptrack-9999.ebuild +++ b/dev-util/heaptrack/heaptrack-9999.ebuild @@ -52,7 +52,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DHEAPTRACK_USE_QT6=ON -DHEAPTRACK_BUILD_GUI=$(usex gui) -DBUILD_TESTING=$(usex test) $(cmake_use_find_package zstd ZSTD)
