diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-26 19:06:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-08 22:30:36 +0100 |
commit | 87e1e0283760c416a65e0da40ab24ef0fa5e6228 (patch) | |
tree | c81568b217ede9b9947daeb808b5466748a27968 /profiles/default | |
parent | profiles/arch/amd64-fbsd/clang: Mask impossible libcxx[libcxxabi] (diff) | |
download | gentoo-87e1e0283760c416a65e0da40ab24ef0fa5e6228.tar.gz gentoo-87e1e0283760c416a65e0da40ab24ef0fa5e6228.tar.bz2 gentoo-87e1e0283760c416a65e0da40ab24ef0fa5e6228.zip |
profiles/default/bsd: Default *BSD to libcxx w/ libcxxrt
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/bsd/package.use | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/default/bsd/package.use b/profiles/default/bsd/package.use new file mode 100644 index 000000000000..998d17f2d177 --- /dev/null +++ b/profiles/default/bsd/package.use @@ -0,0 +1,8 @@ +# Copyright 1999-2017 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +# Michał Górny <mgorny@gentoo.org> (26 Jan 2017) +# Preserve the old defaults on *BSD systems. +sys-libs/libcxx -libcxxabi libcxxrt -libunwind +sys-libs/libcxxrt -libunwind |