commit: 66bf02fea0e648f9d1439a0db1ee993801feaab7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 20 09:04:26 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 09:04:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bf02fe
profiles/arch/*-fbsd: Mask <sys-devel/clang-runtime-4[openmp] profiles/arch/amd64-fbsd/package.use.mask | 6 ++++++ profiles/arch/x86-fbsd/package.use.mask | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask index 5260dac332c..93fc2f9b460 100644 --- a/profiles/arch/amd64-fbsd/package.use.mask +++ b/profiles/arch/amd64-fbsd/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (20 Jan 2018) +# Needs sys-libs/libomp which is not keyworded. Leaving the decision +# whether sys-libs/libomp should eventually be keyworded to when new +# LLVM is going to be keyworded. +<sys-devel/clang-runtime-4 openmp + # Michał Górny <[email protected]> (20 Jan 2018) # Needs dev-ml/ocaml-ctypes which is not keyworded. Newer versions # no longer have the flag, so no point in keywording it for old. diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask index 3b66e6f48c5..479c2b6b7c3 100644 --- a/profiles/arch/x86-fbsd/package.use.mask +++ b/profiles/arch/x86-fbsd/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (20 Jan 2018) +# Needs sys-libs/libomp which is not keyworded. Leaving the decision +# whether sys-libs/libomp should eventually be keyworded to when new +# LLVM is going to be keyworded. +<sys-devel/clang-runtime-4 openmp + # Michał Górny <[email protected]> (20 Jan 2018) # Needs dev-ml/ocaml-ctypes which is not keyworded. Newer versions # no longer have the flag, so no point in keywording it for old.
