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-devel/clang/
Date: Sun, 29 Nov 2020 19:38:02
Message-Id: 1606678676.8f6a51a40a4fd30a0583e75a156d33f1818a54bd.mgorny@gentoo
1 commit: 8f6a51a40a4fd30a0583e75a156d33f1818a54bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 16:35:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 19:37:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6a51a4
7
8 sys-devel/clang: CTE tests require compiler-rt now
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang/clang-11.0.1.9999.ebuild | 3 ++-
13 sys-devel/clang/clang-11.0.1_rc1.ebuild | 3 ++-
14 sys-devel/clang/clang-12.0.0.9999.ebuild | 3 ++-
15 3 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-devel/clang/clang-11.0.1.9999.ebuild b/sys-devel/clang/clang-11.0.1.9999.ebuild
18 index 1e9b8aabd11..4a3a05b4df8 100644
19 --- a/sys-devel/clang/clang-11.0.1.9999.ebuild
20 +++ b/sys-devel/clang/clang-11.0.1.9999.ebuild
21 @@ -40,7 +40,8 @@ for x in "${ALL_LLVM_TARGETS[@]}"; do
22 done
23 unset x
24
25 -DEPEND="${RDEPEND}"
26 +DEPEND="${RDEPEND}
27 + test? ( sys-libs/compiler-rt )"
28 BDEPEND="
29 >=dev-util/cmake-3.16
30 doc? ( dev-python/sphinx )
31
32 diff --git a/sys-devel/clang/clang-11.0.1_rc1.ebuild b/sys-devel/clang/clang-11.0.1_rc1.ebuild
33 index 1e9b8aabd11..4a3a05b4df8 100644
34 --- a/sys-devel/clang/clang-11.0.1_rc1.ebuild
35 +++ b/sys-devel/clang/clang-11.0.1_rc1.ebuild
36 @@ -40,7 +40,8 @@ for x in "${ALL_LLVM_TARGETS[@]}"; do
37 done
38 unset x
39
40 -DEPEND="${RDEPEND}"
41 +DEPEND="${RDEPEND}
42 + test? ( sys-libs/compiler-rt )"
43 BDEPEND="
44 >=dev-util/cmake-3.16
45 doc? ( dev-python/sphinx )
46
47 diff --git a/sys-devel/clang/clang-12.0.0.9999.ebuild b/sys-devel/clang/clang-12.0.0.9999.ebuild
48 index d1d26af0fa7..e5da1c5cedb 100644
49 --- a/sys-devel/clang/clang-12.0.0.9999.ebuild
50 +++ b/sys-devel/clang/clang-12.0.0.9999.ebuild
51 @@ -40,7 +40,8 @@ for x in "${ALL_LLVM_TARGETS[@]}"; do
52 done
53 unset x
54
55 -DEPEND="${RDEPEND}"
56 +DEPEND="${RDEPEND}
57 + test? ( sys-libs/compiler-rt )"
58 BDEPEND="
59 >=dev-util/cmake-3.16
60 doc? ( dev-python/sphinx )