commit: fd4c9f3ae4566718d25f1c61dff1735b5cb6dafd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 29 05:59:12 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Apr 29 06:24:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4c9f3a
sys-libs/libcxx: Require libcxxabi sources Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-libs/libcxx/libcxx-11.0.0.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild index 5a3729e82ad..422bdb60d02 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 )"
