summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-30 11:19:15 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-12-30 11:20:03 -0800
commit6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b (patch)
treed8d541d80f8acf927a5c78232ade4b66b99b7917 /dev-lang
parentdev-lang/rust: fix small typo in 1.40-r1 ebuild (diff)
downloadgentoo-6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b.tar.gz
gentoo-6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b.tar.bz2
gentoo-6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b.zip
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.40.0-r1.ebuild6
1 files 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}