From 4f6cd6184c7dd680a1e74dda900b39b2fc03170a Mon Sep 17 00:00:00 2001 From: Vasili Bulkin Date: Mon, 31 Oct 2016 09:02:38 -0500 Subject: 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 --- 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 54e3fd4e6ece..253cd05e9b36 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 +