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/compiler-rt/
Date: Tue, 17 Sep 2019 21:01:08
Message-Id: 1568754053.fcfb0d1d391e9750bc55e9f067f494cbbd120a99.mgorny@gentoo
1 commit: fcfb0d1d391e9750bc55e9f067f494cbbd120a99
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:00:21 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 21:00:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfb0d1d
7
8 sys-libs/compiler-rt: Use BDEPEND semi-properly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild | 3 ++-
13 sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
17 index b6bc66629c3..13a5397acde 100644
18 --- a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
19 +++ b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
20 @@ -26,7 +26,8 @@ RESTRICT="!test? ( test ) !clang? ( test )"
21 CLANG_SLOT=${SLOT%%.*}
22 # llvm-6 for new lit options
23 DEPEND="
24 - >=sys-devel/llvm-6
25 + >=sys-devel/llvm-6"
26 +BDEPEND="
27 clang? ( sys-devel/clang )
28 test? (
29 $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
30
31 diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild
32 index 3b0033468a9..88bfd8aa0ad 100644
33 --- a/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild
34 +++ b/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild
35 @@ -27,7 +27,8 @@ RESTRICT="!test? ( test ) !clang? ( test )"
36 CLANG_SLOT=${SLOT%%.*}
37 # llvm-6 for new lit options
38 DEPEND="
39 - >=sys-devel/llvm-6
40 + >=sys-devel/llvm-6"
41 +BDEPEND="
42 clang? ( sys-devel/clang )
43 test? (
44 $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")