commit: ce766019be510144ca335cff9d6ce835449407e3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jan 26 18:03:20 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 8 21:30:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce766019
profiles/arch/amd64-fbsd/clang: Mask impossible libcxx[libcxxabi] profiles/arch/amd64-fbsd/clang/package.use.mask | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask index 54e4530670f..6a9ceb1e7ce 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.mask +++ b/profiles/arch/amd64-fbsd/clang/package.use.mask @@ -1,7 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Disable libcxxabi since it collides with forced libcxxrt # Build libcxxrt over libgcc_s since that is what clang defaults to. +sys-libs/libcxx libcxxabi libunwind sys-libs/libcxxrt libunwind # Needs to be fixed: cxx useflag enables plugins and gold.
