commit: 3545600e077ef690252bcb67bdb0bee3033870df Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 18:46:32 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 18:48:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3545600e
profiles/arch: Mask clang runtimes on unsupported arches, #613666 profiles/arch/powerpc/ppc32/package.use.mask | 5 +++++ profiles/arch/sparc/package.use.mask | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 148e602716c..bcf94047b64 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -3,6 +3,11 @@ # This file requires >=portage-2.1.1 +# Michał Górny <[email protected]> (23 Mar 2017) +# Most of clang runtimes are not supported here +sys-devel/clang-runtime openmp sanitize +sys-libs/libcxx libcxxrt + # Michael Weber <[email protected]> (15 Mar 2017) # Cannot test non-free dependency dev-libs/device-atlas-api-c net-proxy/haproxy device-atlas diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 6f8bc4fff2c..4f5e260be1a 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (23 Mar 2017) +# Most of clang runtimes are not supported here +sys-devel/clang-runtime openmp sanitize +sys-libs/libcxx libunwind libcxxrt +sys-libs/libcxxabi libunwind + # Pacho Ramos <[email protected]> (04 Feb 2017) # Missing keywords, bug #599572 net-libs/gnome-online-accounts gnome
