From: Georgy Yakovlev Date: Mon, 30 Dec 2019 19:19:15 +0000 (-0800) Subject: dev-lang/rust: move cmake and ninja to DEPEND X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b;p=gentoo.git dev-lang/rust: move cmake and ninja to DEPEND Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-lang/rust/rust-1.40.0-r1.ebuild b/dev-lang/rust/rust-1.40.0-r1.ebuild index e2dcf2adcd5f..4c3a3a3fae26 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}