commit: 9c83204e00d22cf722e9e4ef72a92fb7ff7868d9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 24 13:32:23 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 24 13:34:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c83204e
profiles/arch: Mask sys-libs/libomp[offload] on 32-bit arches Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 6 +++++- profiles/arch/arm64/package.use.mask | 6 +++++- profiles/arch/base/package.use.mask | 6 +++++- profiles/arch/powerpc/ppc64/package.use.mask | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index b0e7ddb895b8..7e4569ff152b 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2023-01-24) +# 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. diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index de330c657d1b..16a1ee4116bc 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-01-24) +# libomptarget is only supported on 64-bit architectures. +>=sys-libs/libomp-16.0.0_pre20230124 -offload + # Florian Schmaus <[email protected]> (2022-11-23) # avoid larger deptree, bug #882593 dev-python/bracex doc diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index fd4c6198dddb..576802f39c95 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-01-24) +# 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. diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index ef0c262fbba1..37ba660a0017 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2023-01-24) +# libomptarget is only supported on 64-bit architectures. +>=sys-libs/libomp-16.0.0_pre20230124 -offload + # Sam James <[email protected]> (2022-10-13) # Causes segfaults, bug #871921 sci-libs/symengine tcmalloc
