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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01D05158042 for ; Thu, 7 Nov 2024 13:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39EAAE02D2; Thu, 7 Nov 2024 13:06:53 +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 1ED12E069C for ; Thu, 7 Nov 2024 13:06:53 +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 1F7DC34072E for ; Thu, 7 Nov 2024 13:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 177C916D2 for ; Thu, 7 Nov 2024 13:06:50 +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: <1730984750.bb7670d47bce9b07a24b0dbaad8e38f49f39277c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/base/ 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/amd64/ profiles/arch/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bb7670d47bce9b07a24b0dbaad8e38f49f39277c X-VCS-Branch: master Date: Thu, 7 Nov 2024 13:06:50 +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: 90b08a03-8f38-4b5c-88ba-43476827c654 X-Archives-Hash: 839ffd292b44e2b26114d10758886ca8 commit: bb7670d47bce9b07a24b0dbaad8e38f49f39277c Author: Matt Whitlock mattwhitlock name> AuthorDate: Thu Nov 7 12:36:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 7 13:05:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7670d4 profiles: drop redundant package.use.mask Signed-off-by: Matt Whitlock mattwhitlock.name> Signed-off-by: Sam James gentoo.org> profiles/arch/amd64/package.use.mask | 5 ----- profiles/arch/base/package.use.mask | 5 ----- 2 files changed, 10 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index fdece9536c32..b77f6879b8c5 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -179,11 +179,6 @@ sys-libs/libomp -llvm_targets_AMDGPU # libomptarget is only supported on 64-bit architectures. >=sys-libs/libomp-16.0.0_pre20230124 -offload -# Sam James (2023-01-05) -# asm is only available for amd64 and arm, but for arm, is gated -# behind an experimental flag. ->=dev-libs/libsecp256k1-0.2.0 -asm - # Sam James (2022-12-11) # net-libs/rustls-ffi is keyworded here net-misc/curl -rustls -curl_ssl_rustls diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index c1eddd2ac0ff..e20a7ce2b157 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -152,11 +152,6 @@ dev-python/tables cpudetection # libomptarget is only supported on 64-bit architectures. >=sys-libs/libomp-16.0.0_pre20230124 offload -# Sam James (2023-01-05) -# asm is only available for amd64 and arm, but for arm, is gated -# behind an experimental flag. ->=dev-libs/libsecp256k1-0.2.0 asm - # Sam James (2022-12-11) # Unkeyworded dependencies net-misc/curl rustls curl_ssl_rustls