diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-18 11:58:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-18 12:02:21 +0100 |
commit | cc3f75973e24f6fab667849de273135a953c6124 (patch) | |
tree | ab08e3a1ff0337bc7ee6cb2d8afd3f893dd8a137 /profiles | |
parent | www-apps/grafana-bin: version bump to v3.1.1 (diff) | |
download | gentoo-cc3f75973e24f6fab667849de273135a953c6124.tar.gz gentoo-cc3f75973e24f6fab667849de273135a953c6124.tar.bz2 gentoo-cc3f75973e24f6fab667849de273135a953c6124.zip |
profiles/arch: Mask clang-runtime[openmp] on ppc32 & sparc, #600098
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/powerpc/ppc32/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 9c774a80caa6..5b01f7ab8a56 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 <mgorny@gentoo.org> (18 Nov 2016) +# libomp does not support 32-bit PPC, #600148. +sys-devel/clang-runtime openmp + # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (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 0f00e055fa45..d18c24c4f37d 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 <mgorny@gentoo.org> (18 Nov 2016) +# libomp does not support SPARC, #600148. +sys-devel/clang-runtime openmp + # Christian Ruppert <idl0r@gentoo.org> (14 Oct 2016) # dnstap USE masked due to missing keywords net-dns/bind dnstap |