diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-29 07:59:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-29 08:24:34 +0200 |
commit | fd4c9f3ae4566718d25f1c61dff1735b5cb6dafd (patch) | |
tree | 9a9cd58833e152fcb4da203f5608823cd7f41d16 /sys-libs | |
parent | app-crypt/jitterentropy-rngd: Add ~mips to KEYWORDS (diff) | |
download | gentoo-fd4c9f3ae4566718d25f1c61dff1735b5cb6dafd.tar.gz gentoo-fd4c9f3ae4566718d25f1c61dff1735b5cb6dafd.tar.bz2 gentoo-fd4c9f3ae4566718d25f1c61dff1735b5cb6dafd.zip |
sys-libs/libcxx: Require libcxxabi sources
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libcxx/libcxx-11.0.0.9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild index 5a3729e82ad3..422bdb60d02e 100644 --- a/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild +++ b/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild @@ -9,7 +9,8 @@ inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 \ DESCRIPTION="New implementation of the C++ standard library, targeting C++11" HOMEPAGE="https://libcxx.llvm.org/" -LLVM_COMPONENTS=( libcxx ) +# libcxxabi is required unconditionally now +LLVM_COMPONENTS=( libcxx{,abi} ) llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" |