commit: 7b64051b79da46f170b02a850a66175cb0e63d04 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 7 13:26:42 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 7 13:27:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b64051b
Revert "profiles: drop redundant package.use.mask" This reverts commit bb7670d47bce9b07a24b0dbaad8e38f49f39277c. 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 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index b77f6879b8c5..fdece9536c32 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -179,6 +179,11 @@ 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 e20a7ce2b157..c1eddd2ac0ff 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -152,6 +152,11 @@ 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
