From 3545600e077ef690252bcb67bdb0bee3033870df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 23 Mar 2017 19:46:32 +0100 Subject: [PATCH] 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 148e602716c8..bcf94047b64a 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 (23 Mar 2017) +# Most of clang runtimes are not supported here +sys-devel/clang-runtime openmp sanitize +sys-libs/libcxx libcxxrt + # Michael Weber (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 6f8bc4fff2cb..4f5e260be1a5 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 (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 (04 Feb 2017) # Missing keywords, bug #599572 net-libs/gnome-online-accounts gnome -- 2.26.2