summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-29 07:59:12 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-29 08:24:34 +0200
commitfd4c9f3ae4566718d25f1c61dff1735b5cb6dafd (patch)
tree9a9cd58833e152fcb4da203f5608823cd7f41d16
parentapp-crypt/jitterentropy-rngd: Add ~mips to KEYWORDS (diff)
downloadgentoo-fd4c9f3a.tar.gz
gentoo-fd4c9f3a.tar.bz2
gentoo-fd4c9f3a.zip
sys-libs/libcxx: Require libcxxabi sources
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-libs/libcxx/libcxx-11.0.0.9999.ebuild3
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 )"