From 6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 30 Dec 2019 11:19:15 -0800 Subject: [PATCH] dev-lang/rust: move cmake and ninja to DEPEND Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- 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 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} -- 2.26.2