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 1C2E01396D0 for ; Thu, 7 Sep 2017 01:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5780FE0D90; Thu, 7 Sep 2017 01:46:01 +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 3A544E0D90 for ; Thu, 7 Sep 2017 01:46:01 +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 BF52F33FE49 for ; Thu, 7 Sep 2017 01:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6788E48 for ; Thu, 7 Sep 2017 01:45:58 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1504748741.ec566be10a41a3ed78dee73a070281e6df9d6f4e.cardoe@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.19.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: ec566be10a41a3ed78dee73a070281e6df9d6f4e X-VCS-Branch: master Date: Thu, 7 Sep 2017 01:45:58 +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-Archives-Salt: 88a95456-bd0f-4c5e-9369-2e9ae945e6d4 X-Archives-Hash: f042f50daac74be62ecf55f1c61a2906 commit: ec566be10a41a3ed78dee73a070281e6df9d6f4e Author: Alex Crawford coreos com> AuthorDate: Thu Aug 24 23:36:07 2017 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Thu Sep 7 01:45:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec566be1 dev-lang/rust: add dependency on cmake Without this, CMake isn't necessarily the correct version or isn't installed at all. An error similar to the following will result: CMake Error at CMakeLists.txt:3 (cmake_minimum_required): CMake 3.4.3 or higher is required. Closes: https://github.com/gentoo/gentoo/pull/5525 dev-lang/rust/rust-1.19.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/rust/rust-1.19.0.ebuild b/dev-lang/rust/rust-1.19.0.ebuild index ce67be79154..402db0937fa 100644 --- a/dev-lang/rust/rust-1.19.0.ebuild +++ b/dev-lang/rust/rust-1.19.0.ebuild @@ -59,6 +59,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS} >=dev-lang/perl-5.0 clang? ( sys-devel/clang ) + >=dev-util/cmake-3.4.3 " PDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425