From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A04E15F56C for ; Wed, 11 Jun 2025 18:59:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 52FEF340F39 for ; Wed, 11 Jun 2025 18:59:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 036E2110580; Wed, 11 Jun 2025 18:58:53 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 90D711108E9 for ; Wed, 11 Jun 2025 17:17:22 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BF7B340C3C for ; Wed, 11 Jun 2025 17:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F33B87 for ; Wed, 11 Jun 2025 17:17:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1749662230.281925d6d65a575f391188b87c1f673bc3c0b0cc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild X-VCS-Directories: dev-util/heaptrack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 281925d6d65a575f391188b87c1f673bc3c0b0cc X-VCS-Branch: master Date: Wed, 11 Jun 2025 17:17:20 +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: 595bceba-43af-4742-884b-d6ea169bb9ae X-Archives-Hash: ed525279d1a87aba694398a8e994d6a0 commit: 281925d6d65a575f391188b87c1f673bc3c0b0cc Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 11 17:16:15 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 11 17:17:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281925d6 dev-util/heaptrack: keyword 1.5.80_pre20250331 for ~amd64 Bug: https://bugs.gentoo.org/954093 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild b/dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild index 440ef9ac6be1..8e1a5d5e1da9 100644 --- a/dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild +++ b/dev-util/heaptrack/heaptrack-1.5.80_pre20250331.ebuild @@ -12,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 )"