diff options
author | Sam James <sam@gentoo.org> | 2024-11-07 13:26:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-07 13:27:07 +0000 |
commit | 7b64051b79da46f170b02a850a66175cb0e63d04 (patch) | |
tree | 2ce055d71d2fe7dfdc88b648d85088d9b4d7fce6 /profiles/arch | |
parent | dev-util/android-studio: disable automatic updates (diff) | |
download | gentoo-7b64051b79da46f170b02a850a66175cb0e63d04.tar.gz gentoo-7b64051b79da46f170b02a850a66175cb0e63d04.tar.bz2 gentoo-7b64051b79da46f170b02a850a66175cb0e63d04.zip |
Revert "profiles: drop redundant package.use.mask"
This reverts commit bb7670d47bce9b07a24b0dbaad8e38f49f39277c.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 5 |
2 files changed, 10 insertions, 0 deletions
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 <sam@gentoo.org> (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 <sam@gentoo.org> (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 <sam@gentoo.org> (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 <sam@gentoo.org> (2022-12-11) # Unkeyworded dependencies net-misc/curl rustls curl_ssl_rustls |