Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/
Date: Wed, 29 Apr 2020 06:24:47
Message-Id: 1588141474.fd4c9f3ae4566718d25f1c61dff1735b5cb6dafd.mgorny@gentoo
1 commit: fd4c9f3ae4566718d25f1c61dff1735b5cb6dafd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 29 05:59:12 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 06:24:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4c9f3a
7
8 sys-libs/libcxx: Require libcxxabi sources
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxx/libcxx-11.0.0.9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild
16 index 5a3729e82ad..422bdb60d02 100644
17 --- a/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild
18 +++ b/sys-libs/libcxx/libcxx-11.0.0.9999.ebuild
19 @@ -9,7 +9,8 @@ inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 \
20
21 DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
22 HOMEPAGE="https://libcxx.llvm.org/"
23 -LLVM_COMPONENTS=( libcxx )
24 +# libcxxabi is required unconditionally now
25 +LLVM_COMPONENTS=( libcxx{,abi} )
26 llvm.org_set_globals
27
28 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"