diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-12 22:48:29 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-12 23:41:25 -0700 |
commit | 9d321b61f5390658bcde1397d0526930aa028970 (patch) | |
tree | 9ee9dc51c4d3a06ea6416863415ab12bff67d007 /dev-lang/rust/rust-1.41.1.ebuild | |
parent | sys-block/fio: bump (diff) | |
download | gentoo-9d321b61f5390658bcde1397d0526930aa028970.tar.gz gentoo-9d321b61f5390658bcde1397d0526930aa028970.tar.bz2 gentoo-9d321b61f5390658bcde1397d0526930aa028970.zip |
dev-lang/rust: fix bdep on cmake/ninja
Closes: https://bugs.gentoo.org/711670
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.41.1.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.41.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.41.1.ebuild b/dev-lang/rust/rust-1.41.1.ebuild index 1c3432bfa5bc..bcd7281b8c81 100644 --- a/dev-lang/rust/rust-1.41.1.ebuild +++ b/dev-lang/rust/rust-1.41.1.ebuild @@ -79,7 +79,7 @@ DEPEND="${COMMON_DEPEND} >=sys-devel/clang-3.5 ) system-bootstrap? ( ${BOOTSTRAP_DEPEND} ) - system-llvm? ( + !system-llvm? ( dev-util/cmake dev-util/ninja ) |