From 46316e3b6fbe3c00d7bd8dda70c195d80da2eb6e Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sat, 26 Mar 2016 09:48:49 -0500 Subject: dev-lang/rust: fix llvm dependency Technically prior to LLVM 3.7, Gentoo still supports static linking which is what the Rust build does by default so LLVM is not a run-time depend. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein --- dev-lang/rust/rust-1.7.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-lang/rust') diff --git a/dev-lang/rust/rust-1.7.0.ebuild b/dev-lang/rust/rust-1.7.0.ebuild index f2c2cb2699b1..c17bed8f61ac 100644 --- a/dev-lang/rust/rust-1.7.0.ebuild +++ b/dev-lang/rust/rust-1.7.0.ebuild @@ -35,15 +35,14 @@ KEYWORDS="~amd64 ~x86" IUSE="clang debug doc libcxx +system-llvm" REQUIRED_USE="libcxx? ( clang )" -RDEPEND="libcxx? ( sys-libs/libcxx ) - system-llvm? ( >=sys-devel/llvm-3.6.0:=[multitarget] -