commit: d0b0046d2b4626683a8244bc2aff69cc3c29649c Author: Matt Whitlock <gentoo <AT> mattwhitlock <DOT> name> AuthorDate: Thu Nov 7 12:36:08 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 11:49:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b0046d
profiles: drop redundant package.use.mask Signed-off-by: Matt Whitlock <gentoo <AT> mattwhitlock.name> Signed-off-by: Sam James <sam <AT> 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 d83dd8781e85..bf67734e79d7 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -191,11 +191,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 <[email protected]> (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 <[email protected]> (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 794bc4cbf72b..25950953d95b 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -160,11 +160,6 @@ dev-python/tables cpudetection # libomptarget is only supported on 64-bit architectures. >=sys-libs/libomp-16.0.0_pre20230124 offload -# Sam James <[email protected]> (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 <[email protected]> (2022-12-11) # Unkeyworded dependencies net-misc/curl rustls curl_ssl_rustls
