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/llvm-libunwind/
Date: Wed, 29 Jul 2020 11:27:20
Message-Id: 1596022034.adeea6ef78c8f80ab038b6d878ac4ec1f900c0d8.mgorny@gentoo
1 commit: adeea6ef78c8f80ab038b6d878ac4ec1f900c0d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 29 11:17:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 29 11:27:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adeea6ef
7
8 sys-libs/llvm-libunwind: check LLVM files needed for libc++ out
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild | 2 +-
13 sys-libs/llvm-libunwind/llvm-libunwind-11.0.0_rc1.ebuild | 2 +-
14 sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild
18 index 711bac7d068..fff362b926d 100644
19 --- a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild
20 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild
21 @@ -10,7 +10,7 @@ inherit cmake-multilib llvm llvm.org python-any-r1
22 DESCRIPTION="C++ runtime stack unwinder from LLVM"
23 HOMEPAGE="https://github.com/llvm-mirror/libunwind"
24 LLVM_COMPONENTS=( libunwind )
25 -LLVM_TEST_COMPONENTS=( libcxx{,abi} )
26 +LLVM_TEST_COMPONENTS=( libcxx{,abi} llvm/cmake )
27 llvm.org_set_globals
28
29 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
30
31 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0_rc1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0_rc1.ebuild
32 index 711bac7d068..fff362b926d 100644
33 --- a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0_rc1.ebuild
34 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0_rc1.ebuild
35 @@ -10,7 +10,7 @@ inherit cmake-multilib llvm llvm.org python-any-r1
36 DESCRIPTION="C++ runtime stack unwinder from LLVM"
37 HOMEPAGE="https://github.com/llvm-mirror/libunwind"
38 LLVM_COMPONENTS=( libunwind )
39 -LLVM_TEST_COMPONENTS=( libcxx{,abi} )
40 +LLVM_TEST_COMPONENTS=( libcxx{,abi} llvm/cmake )
41 llvm.org_set_globals
42
43 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
44
45 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild
46 index 711bac7d068..fff362b926d 100644
47 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild
48 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild
49 @@ -10,7 +10,7 @@ inherit cmake-multilib llvm llvm.org python-any-r1
50 DESCRIPTION="C++ runtime stack unwinder from LLVM"
51 HOMEPAGE="https://github.com/llvm-mirror/libunwind"
52 LLVM_COMPONENTS=( libunwind )
53 -LLVM_TEST_COMPONENTS=( libcxx{,abi} )
54 +LLVM_TEST_COMPONENTS=( libcxx{,abi} llvm/cmake )
55 llvm.org_set_globals
56
57 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"