commit: 129914212970a890f3eae56543a17cd4f619cbcf Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com> AuthorDate: Sat Sep 24 10:55:18 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Sep 26 10:38:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12991421
profiles/arch/amd64-fbsd/clang: mask sys-libs/db[cxx] flag https://bugs.gentoo.org/show_bug.cgi?id=578506 profiles/arch/amd64-fbsd/clang/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64-fbsd/clang/package.use.mask b/profiles/arch/amd64-fbsd/clang/package.use.mask index 7517352..bd152c9 100644 --- a/profiles/arch/amd64-fbsd/clang/package.use.mask +++ b/profiles/arch/amd64-fbsd/clang/package.use.mask @@ -5,7 +5,7 @@ # Build libcxxrt over libgcc_s since that is what clang defaults to. sys-libs/libcxxrt libunwind -# Needs to be fixed: cxx useflag enables plugins and gold. +# Needs to be fixed: cxx useflag enables plugins and gold. # gold fails to build with clang: # https://bugs.gentoo.org/show_bug.cgi?id=427344 # http://llvm.org/bugs/show_bug.cgi?id=12299 @@ -14,3 +14,7 @@ sys-devel/binutils cxx # Force openssl on curl since cmakes needs it and is in @system because of # libcxx on this profile. Mask the other ssl providers. net-misc/curl curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss curl_ssl_polarssl + +# Needs to be fixed: build fails with clang++ +# https://bugs.gentoo.org/show_bug.cgi?id=578506 +sys-libs/db cxx
