commit: cc3f75973e24f6fab667849de273135a953c6124 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 18 10:58:23 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 18 11:02:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3f7597
profiles/arch: Mask clang-runtime[openmp] on ppc32 & sparc, #600098 profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 9c774a8..5b01f7a 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -4,6 +4,10 @@ # This file requires >=portage-2.1.1 +# Michał Górny <[email protected]> (18 Nov 2016) +# libomp does not support 32-bit PPC, #600148. +sys-devel/clang-runtime openmp + # Arfrever Frehtes Taifersar Arahesis <[email protected]> (01 Aug 2016) # dev-qt/qtwebkit:5 and kde-frameworks/*:5 not keyworded. net-irc/kvirc kde webkit diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 0f00e05..d18c24c 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Michał Górny <[email protected]> (18 Nov 2016) +# libomp does not support SPARC, #600148. +sys-devel/clang-runtime openmp + # Christian Ruppert <[email protected]> (14 Oct 2016) # dnstap USE masked due to missing keywords net-dns/bind dnstap
