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: Fri, 29 Jan 2021 21:58:48
Message-Id: 1611957517.b949712efd6dd8a1725fc53691e9be54e3f0a098.mgorny@gentoo
1 commit: b949712efd6dd8a1725fc53691e9be54e3f0a098
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 21:40:37 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 21:58:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b949712e
7
8 sys-libs/llvm-libunwind: Fix missing components w/ USE=-test
9
10 Closes: https://bugs.gentoo.org/767805
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild | 6 +++---
14 sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild | 4 ++--
15 sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild | 4 ++--
16 3 files changed, 7 insertions(+), 7 deletions(-)
17
18 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
19 index 38385b9304f..94322eadc93 100644
20 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild
21 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -25,8 +25,8 @@ BDEPEND="
29 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
30 )"
31
32 -LLVM_COMPONENTS=( libunwind )
33 -LLVM_TEST_COMPONENTS=( libcxx{,abi} llvm/cmake )
34 +LLVM_COMPONENTS=( libunwind libcxx llvm/cmake/modules )
35 +LLVM_TEST_COMPONENTS=( libcxxabi )
36 llvm.org_set_globals
37
38 python_check_deps() {
39
40 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild
41 index 37357781fb4..94322eadc93 100644
42 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild
43 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0_rc1.ebuild
44 @@ -25,8 +25,8 @@ BDEPEND="
45 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
46 )"
47
48 -LLVM_COMPONENTS=( libunwind )
49 -LLVM_TEST_COMPONENTS=( libcxx{,abi} llvm/cmake )
50 +LLVM_COMPONENTS=( libunwind libcxx llvm/cmake/modules )
51 +LLVM_TEST_COMPONENTS=( libcxxabi )
52 llvm.org_set_globals
53
54 python_check_deps() {
55
56 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild
57 index 37357781fb4..94322eadc93 100644
58 --- a/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild
59 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-13.0.0.9999.ebuild
60 @@ -25,8 +25,8 @@ BDEPEND="
61 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
62 )"
63
64 -LLVM_COMPONENTS=( libunwind )
65 -LLVM_TEST_COMPONENTS=( libcxx{,abi} llvm/cmake )
66 +LLVM_COMPONENTS=( libunwind libcxx llvm/cmake/modules )
67 +LLVM_TEST_COMPONENTS=( libcxxabi )
68 llvm.org_set_globals
69
70 python_check_deps() {