diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-09 15:28:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-09 17:14:19 +0100 |
commit | 8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8 (patch) | |
tree | 71a8eea90198be4701643c6782e6979c4bbbad3e /profiles/arch/amd64-fbsd | |
parent | sys-libs/llvm-libunwind: Correct test dependencies (diff) | |
download | gentoo-8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8.tar.gz gentoo-8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8.tar.bz2 gentoo-8e7a0e9b42de685f0fcb3ebd56125bbde137ffc8.zip |
profiles/arch/amd64-fbsd: Force sys-devel/clang[default-libcxx]
Diffstat (limited to 'profiles/arch/amd64-fbsd')
-rw-r--r-- | profiles/arch/amd64-fbsd/package.use.force | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/amd64-fbsd/package.use.force b/profiles/arch/amd64-fbsd/package.use.force index b3a9e1d3fe1b..6c7737109a3a 100644 --- a/profiles/arch/amd64-fbsd/package.use.force +++ b/profiles/arch/amd64-fbsd/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (09 Mar 2018) +# Using stdlibc++ is broken on FreeBSD, so just force libcxx. +sys-devel/clang default-libcxx + # Michał Górny <mgorny@gentoo.org> (08 Apr 2017) # Require sandbox to be multilib-capable to avoid failures when building # multilib packages, #611292. |