From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1709254-garchives=archives.gentoo.org@lists.gentoo.org>
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 1466715813A
	for <garchives@archives.gentoo.org>; Tue, 14 Jan 2025 06:40:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 477EDE07DB;
	Tue, 14 Jan 2025 06:40:16 +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 13A18E07DB
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jan 2025 06:40:16 +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 1AC8033BEFF
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jan 2025 06:40:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 72EAD20A3
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 Jan 2025 06:40:13 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1736836746.21ab58278a3beba6f3eaa62d41dbcdb9fda2621a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/hppa/package.use.mask
X-VCS-Directories: profiles/arch/hppa/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 21ab58278a3beba6f3eaa62d41dbcdb9fda2621a
X-VCS-Branch: master
Date: Tue, 14 Jan 2025 06:40:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ff4e2d6f-1f06-4f73-bd34-4a4df16e0ffb
X-Archives-Hash: bcc79ea9f00df359331cfd03c60fef5c

commit:     21ab58278a3beba6f3eaa62d41dbcdb9fda2621a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 06:37:18 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 06:39:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ab5827

profiles/arch/hppa: mask dev-cpp/benchmark[libpfm]

dev-libs/libpfm is not keyworded on HPPA but I don't think we have any
performance counters there anyway.

Bug: https://bugs.gentoo.org/914038
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/hppa/package.use.mask | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask
index f4740a782868..eb49b1491456 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -5,8 +5,10 @@
 # request bug for the hppa arch.
 
 # Sam James <sam@gentoo.org> (2025-01-14)
-# Needs dev-python/numpy and dev-python/scipy which aren't keyworded here
-dev-cpp/benchmark tools
+# libpfm: needs unkeyworded dev-libs/libpfm but I don't think HPPA has
+# any performance counters anyway.
+# tools: needs dev-python/numpy and dev-python/scipy which aren't keyworded here
+dev-cpp/benchmark libpfm tools
 
 # Sam James <sam@gentoo.org> (2025-01-10)
 # Many unkeyworded dependencies like parts of TL (bug #947788)