commit:     6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 19:19:15 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 19:20:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2b035b

dev-lang/rust: move cmake and ninja to DEPEND

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-lang/rust/rust-1.40.0-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust/rust-1.40.0-r1.ebuild 
b/dev-lang/rust/rust-1.40.0-r1.ebuild
index e2dcf2adcd5..4c3a3a3fae2 100644
--- a/dev-lang/rust/rust-1.40.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.40.0-r1.ebuild
@@ -71,8 +71,6 @@ COMMON_DEPEND="
        net-misc/curl[ssl]
        system-llvm? (
                ${LLVM_DEPEND}
-               dev-util/cmake
-               dev-util/ninja
        )
 "
 
@@ -83,6 +81,10 @@ DEPEND="${COMMON_DEPEND}
                >=sys-devel/clang-3.5
        )
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
+       system-llvm? (
+               dev-util/cmake
+               dev-util/ninja
+       )
 "
 
 RDEPEND="${COMMON_DEPEND}

Reply via email to