From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4258F138334 for ; Mon, 30 Dec 2019 19:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77A95E0C4C; Mon, 30 Dec 2019 19:20:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 609E6E0C4C for ; Mon, 30 Dec 2019 19:20:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02F7034DD9B for ; Mon, 30 Dec 2019 19:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5573C3D for ; Mon, 30 Dec 2019 19:20:16 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1577733603.6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.40.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b X-VCS-Branch: master Date: Mon, 30 Dec 2019 19:20:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 762f6a81-95d1-4848-8f46-25bab5a80c17 X-Archives-Hash: aaba0a0d0424a41fde74d7cf3bade859 commit: 6b2b035be05c8ef5ba80a7bb33113c7bc07f0e2b Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Dec 30 19:19:15 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Dec 30 19:20:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2b035b dev-lang/rust: move cmake and ninja to DEPEND Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> 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 e2dcf2adcd5..4c3a3a3fae2 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}