commit:     9d321b61f5390658bcde1397d0526930aa028970
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 05:48:29 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 06:41:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d321b61

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 <AT> gentoo.org>

 dev-lang/rust/rust-1.40.0-r1.ebuild | 2 +-
 dev-lang/rust/rust-1.41.1.ebuild    | 2 +-
 2 files changed, 2 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 8ac9b0156ea..87dae358f2e 100644
--- a/dev-lang/rust/rust-1.40.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.40.0-r1.ebuild
@@ -82,7 +82,7 @@ DEPEND="${COMMON_DEPEND}
                >=sys-devel/clang-3.5
        )
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
-       system-llvm? (
+       !system-llvm? (
                dev-util/cmake
                dev-util/ninja
        )

diff --git a/dev-lang/rust/rust-1.41.1.ebuild b/dev-lang/rust/rust-1.41.1.ebuild
index 1c3432bfa5b..bcd7281b8c8 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
        )

Reply via email to