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: Tue, 17 Sep 2019 21:01:07
Message-Id: 1568754054.65a07b2a08a6d2635e6ba5cd141aad586455fb86.mgorny@gentoo
1 commit: 65a07b2a08a6d2635e6ba5cd141aad586455fb86
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 21:00:22 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 21:00:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a07b2a
7
8 sys-libs/libcxx: Use BDEPEND semi-properly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libcxx/libcxx-10.0.0.9999.ebuild | 6 +++---
13 sys-libs/libcxx/libcxx-9.0.0.9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild
17 index e1be8141143..04b405e517e 100644
18 --- a/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild
19 +++ b/sys-libs/libcxx/libcxx-10.0.0.9999.ebuild
20 @@ -46,10 +46,10 @@ RDEPEND="
21 # clang-3.9.0 installs necessary target symlinks unconditionally
22 # which removes the need for MULTILIB_USEDEP
23 DEPEND="${RDEPEND}
24 - test? ( >=sys-devel/clang-3.9.0
25 - $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
26 - app-arch/xz-utils
27 >=sys-devel/llvm-6"
28 +BDEPEND="
29 + test? ( >=sys-devel/clang-3.9.0
30 + $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
31
32 DOCS=( CREDITS.TXT )
33
34
35 diff --git a/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild b/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild
36 index 4240c6da335..2b9a0e1433d 100644
37 --- a/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild
38 +++ b/sys-libs/libcxx/libcxx-9.0.0.9999.ebuild
39 @@ -47,10 +47,10 @@ RDEPEND="
40 # clang-3.9.0 installs necessary target symlinks unconditionally
41 # which removes the need for MULTILIB_USEDEP
42 DEPEND="${RDEPEND}
43 - test? ( >=sys-devel/clang-3.9.0
44 - $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
45 - app-arch/xz-utils
46 >=sys-devel/llvm-6"
47 +BDEPEND="
48 + test? ( >=sys-devel/clang-3.9.0
49 + $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
50
51 DOCS=( CREDITS.TXT )