diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-12-25 06:31:02 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-12-25 06:31:02 +0000 |
commit | e80134587e8d959a88dba7dd3784895372e205c8 (patch) | |
tree | 912d9772fcc93ec668b363146cf81e45519253d6 /profiles/arch | |
parent | 17e417b73cb3e25edbc6541bd107bc9c593d66bd (diff) |
gentoo auto-resync : 25:12:2024 - 06:31:02
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/package.use.mask | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 531c147adad8..1e1ebfb22b46 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2024-12-24) +# OpenMP offloading is supported on 64-bit architectures only. +llvm-core/clang-runtime -offload + # Alfred Wingate <parona@protonmail.com> <2024-12-16) # Only available on amd64. media-video/handbrake -qsv diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 1f83ab386261..85275e124cb8 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2024-12-24) +# OpenMP offloading is supported on 64-bit architectures only. +llvm-core/clang-runtime -offload + # Nowa Ammerlaan <nowa@gentoo.org> (2024-12-20) # qtremoteobjects and qthttpserver not yet keyworded here dev-python/pyside6 httpserver remoteobjects diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 5a7c86a58b8b..84edf90cc72a 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2024-12-24) +# OpenMP offloading is supported on 64-bit architectures only. +llvm-core/clang-runtime offload + # Viorel Munteanu <ceamac@gentoo.org> (2024-11-30) # Missing keywords on dev-python/asyncssh. net-misc/dropbear test-async diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index ffb12a431e7a..a0a349ea0751 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2024-12-24) +# OpenMP offloading is supported on 64-bit architectures only. +llvm-core/clang-runtime -offload + # Sam James <sam@gentoo.org> (2024-12-17) # dev-lang/ada-bootstrap exists here >=sys-devel/gcc-14 -ada |