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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1E9C15810F for ; Fri, 9 Jun 2023 11:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03115E07DB; Fri, 9 Jun 2023 11:29:19 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38292E07DB for ; Fri, 9 Jun 2023 11:29:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1570E335DC6 for ; Fri, 9 Jun 2023 11:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A9EA82 for ; Fri, 9 Jun 2023 11:29:15 +0000 (UTC) From: "Sam James" 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" Message-ID: <1686310134.7626550ae6795d00b29492808d61891934c9be2f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/base/package.use.mask X-VCS-Directories: profiles/arch/base/ profiles/arch/amd64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7626550ae6795d00b29492808d61891934c9be2f X-VCS-Branch: master Date: Fri, 9 Jun 2023 11:29:15 +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: 72ef1c1f-4d43-44f7-87a6-c86f29414ab5 X-Archives-Hash: b35e3b1ccb43df085b89df2a0e8c3edf commit: 7626550ae6795d00b29492808d61891934c9be2f Author: Sam James gentoo org> AuthorDate: Fri Jun 9 11:28:54 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 9 11:28:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7626550a profiles/arch: mask dev-util/cmake[debugger] on most arches Signed-off-by: Sam James gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 83a261731286..d2146cb91175 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James (2023-06-09) +# dev-cpp/cppdap is not keyworded on most arches +dev-util/cmake -debugger + # Sam James (2023-05-15) # net-libs/rustls-ffi is keyworded here www-servers/apache -apache2_modules_tls diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index db7cae156eac..75cfebf25113 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-06-09) +# dev-cpp/cppdap is not keyworded on most arches +dev-util/cmake debugger + # Sam James (2023-05-15) # Unkeyworded dependencies www-servers/apache apache2_modules_tls