From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7474759CA9 for ; Wed, 30 Mar 2016 15:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5084A21C036; Wed, 30 Mar 2016 15:52:29 +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 E540421C036 for ; Wed, 30 Mar 2016 15:52:28 +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 4C1063407E6 for ; Wed, 30 Mar 2016 15:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7432485E for ; Wed, 30 Mar 2016 15:52:20 +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: <1459353134.2d4754be40a959b05fb433691685a885d43c3bf1.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.7.0-r100.ebuild dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: 2d4754be40a959b05fb433691685a885d43c3bf1 X-VCS-Branch: master Date: Wed, 30 Mar 2016 15:52:20 +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: bfb834d1-793c-4715-8d3c-dad4a2ac8ae5 X-Archives-Hash: 655eba54ad2d430fddd35d3b7c942874 commit: 2d4754be40a959b05fb433691685a885d43c3bf1 Author: Doug Goldstein gentoo org> AuthorDate: Wed Mar 30 15:51:39 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Wed Mar 30 15:52:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4754be dev-lang/rust: fix LLVM sub-slot depends We need to have a depend on the sub-slot. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein gentoo.org> dev-lang/rust/rust-1.7.0-r100.ebuild | 4 ++-- dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/rust/rust-1.7.0-r100.ebuild b/dev-lang/rust/rust-1.7.0-r100.ebuild index 1c94d49..17cfcc9 100644 --- a/dev-lang/rust/rust-1.7.0-r100.ebuild +++ b/dev-lang/rust/rust-1.7.0-r100.ebuild @@ -46,8 +46,8 @@ IUSE="clang debug doc libcxx +system-llvm" REQUIRED_USE="libcxx? ( clang )" RDEPEND="libcxx? ( sys-libs/libcxx ) - system-llvm? ( >=sys-devel/llvm-3.7.0[multitarget] - =sys-devel/llvm-3.7.1-r1:=[multitarget] +