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 D46811395E1 for ; Mon, 31 Oct 2016 14:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB69FE0B1F; Mon, 31 Oct 2016 14:03:47 +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 A1B13E0B1F for ; Mon, 31 Oct 2016 14:03:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 87DE134108B for ; Mon, 31 Oct 2016 14:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C65E87D2 for ; Mon, 31 Oct 2016 14:03:44 +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: <1477922558.4f6cd6184c7dd680a1e74dda900b39b2fc03170a.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: 4f6cd6184c7dd680a1e74dda900b39b2fc03170a X-VCS-Branch: master Date: Mon, 31 Oct 2016 14:03:44 +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: 4d4fb02f-072c-4063-bec5-81e51e27293a X-Archives-Hash: ba436e7aeae6083ddf26f056822e71a9 commit: 4f6cd6184c7dd680a1e74dda900b39b2fc03170a Author: Vasili Bulkin letterboxes org> AuthorDate: Mon Oct 31 14:02:38 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Mon Oct 31 14:02:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6cd618 dev-lang/rust: drop need for USE+multitarget on LLVM Rust no longer needs USE=multitarget when building against the system LLVM. fixes bug #598144 Gentoo-Bug: 598144 Signed-off-by: Doug Goldstein gentoo.org> dev-lang/rust/rust-1.12.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.12.1.ebuild b/dev-lang/rust/rust-1.12.1.ebuild index 54e3fd4..253cd05 100644 --- a/dev-lang/rust/rust-1.12.1.ebuild +++ b/dev-lang/rust/rust-1.12.1.ebuild @@ -42,8 +42,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 +