Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Mon, 30 Dec 2019 19:20:23
Message-Id: 1577733603.6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b.gyakovlev@gentoo
1 commit: 6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 19:19:15 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 19:20:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2b035b
7
8 dev-lang/rust: move cmake and ninja to DEPEND
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-lang/rust/rust-1.40.0-r1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/rust/rust-1.40.0-r1.ebuild b/dev-lang/rust/rust-1.40.0-r1.ebuild
17 index e2dcf2adcd5..4c3a3a3fae2 100644
18 --- a/dev-lang/rust/rust-1.40.0-r1.ebuild
19 +++ b/dev-lang/rust/rust-1.40.0-r1.ebuild
20 @@ -71,8 +71,6 @@ COMMON_DEPEND="
21 net-misc/curl[ssl]
22 system-llvm? (
23 ${LLVM_DEPEND}
24 - dev-util/cmake
25 - dev-util/ninja
26 )
27 "
28
29 @@ -83,6 +81,10 @@ DEPEND="${COMMON_DEPEND}
30 >=sys-devel/clang-3.5
31 )
32 system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
33 + system-llvm? (
34 + dev-util/cmake
35 + dev-util/ninja
36 + )
37 "
38
39 RDEPEND="${COMMON_DEPEND}