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 548F7139695 for ; Tue, 7 Mar 2017 16:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9253AE0C5E; Tue, 7 Mar 2017 16:35:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 63ADDE0C5E for ; Tue, 7 Mar 2017 16:35:21 +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 6CC86340889 for ; Tue, 7 Mar 2017 16:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE2125FB0 for ; Tue, 7 Mar 2017 16:35:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1488904512.2a6c3d2bda86d686021ab67f32a6da9a272056f3.mgorny@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.11.0.ebuild dev-lang/rust/rust-1.12.0.ebuild dev-lang/rust/rust-1.12.1.ebuild dev-lang/rust/rust-1.13.0.ebuild dev-lang/rust/rust-1.14.0.ebuild dev-lang/rust/rust-1.15.0.ebuild dev-lang/rust/rust-1.15.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a6c3d2bda86d686021ab67f32a6da9a272056f3 X-VCS-Branch: master Date: Tue, 7 Mar 2017 16:35:18 +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: 63be1e22-c8ea-45c4-89f3-62a48974f69a X-Archives-Hash: 14ca77727c661e37cd56433aa3aa973a commit: 2a6c3d2bda86d686021ab67f32a6da9a272056f3 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 7 16:27:11 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 7 16:35:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6c3d2b dev-lang/rust: Correct sys-devel/llvm deps to slot :0 dev-lang/rust/rust-1.11.0.ebuild | 6 +++--- dev-lang/rust/rust-1.12.0.ebuild | 6 +++--- dev-lang/rust/rust-1.12.1.ebuild | 6 +++--- dev-lang/rust/rust-1.13.0.ebuild | 6 +++--- dev-lang/rust/rust-1.14.0.ebuild | 6 +++--- dev-lang/rust/rust-1.15.0.ebuild | 4 ++-- dev-lang/rust/rust-1.15.1.ebuild | 4 ++-- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/dev-lang/rust/rust-1.11.0.ebuild b/dev-lang/rust/rust-1.11.0.ebuild index 27f9df57de2..0e6d196964a 100644 --- a/dev-lang/rust/rust-1.11.0.ebuild +++ b/dev-lang/rust/rust-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,8 +40,8 @@ IUSE="clang debug doc libcxx +system-llvm" REQUIRED_USE="libcxx? ( clang )" RDEPEND="libcxx? ( sys-libs/libcxx ) - system-llvm? ( >=sys-devel/llvm-3.8.1-r2:=[multitarget] - =sys-devel/llvm-3.8.1-r2:0=[multitarget] +