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 468A21395E1 for ; Wed, 2 Nov 2016 14:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9046E0C14; Wed, 2 Nov 2016 14:12:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D73FE0C14 for ; Wed, 2 Nov 2016 14:12:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF910341027 for ; Wed, 2 Nov 2016 14:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E253244E for ; Wed, 2 Nov 2016 14:12:45 +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: <1478095926.7c5198c58d3e27a8e61a6f8739af7b495a9bf13b.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.12.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: 7c5198c58d3e27a8e61a6f8739af7b495a9bf13b X-VCS-Branch: master Date: Wed, 2 Nov 2016 14:12:45 +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: d21fae63-cfc7-488a-b809-7c1247f35735 X-Archives-Hash: 1a32bb074e14b618239ec1828ed4c567 commit: 7c5198c58d3e27a8e61a6f8739af7b495a9bf13b Author: Doug Goldstein gentoo org> AuthorDate: Wed Nov 2 14:12:06 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Wed Nov 2 14:12:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5198c5 dev-lang/rust: bump allowed LLVM version Rust 1.12.0 supports LLVM 3.9 so allow that version to be used. Signed-off-by: Doug Goldstein gentoo.org> dev-lang/rust/rust-1.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.12.1.ebuild b/dev-lang/rust/rust-1.12.1.ebuild index 253cd05..90e0e4f 100644 --- a/dev-lang/rust/rust-1.12.1.ebuild +++ b/dev-lang/rust/rust-1.12.1.ebuild @@ -43,7 +43,7 @@ REQUIRED_USE="libcxx? ( clang )" RDEPEND="libcxx? ( sys-libs/libcxx ) system-llvm? ( >=sys-devel/llvm-3.8.1-r2 -