projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca59e35
)
sys-libs/libcxx: Require libcxxabi sources
author
Michał Górny
<mgorny@gentoo.org>
Wed, 29 Apr 2020 05:59:12 +0000
(07:59 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 29 Apr 2020 06:24:34 +0000
(08:24 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-libs/libcxx/libcxx-11.0.0.9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild
b/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild
index 5a3729e82ad3a387866de6435de8246b89ebcbe9..422bdb60d02e9c80046731a763a7cfd1e2401e0e 100644
(file)
--- 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 )"