From: William Hubbs Date: Sun, 19 Mar 2017 01:54:49 +0000 (-0500) Subject: dev-lang/rust: in 1.16.0, fix the configure call for #613118. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=79a36b3ba2934915da56a4128bcc821a155bdd22;p=gentoo.git dev-lang/rust: in 1.16.0, fix the configure call for #613118. The system-llvm use flag was dropped due to this version of rust not being able to build with our llvm, but this call wasn't removed. Package-Manager: Portage-2.3.3, Repoman-2.3.2 --- diff --git a/dev-lang/rust/rust-1.16.0.ebuild b/dev-lang/rust/rust-1.16.0.ebuild index c1508998b14e..e13e960aba12 100644 --- a/dev-lang/rust/rust-1.16.0.ebuild +++ b/dev-lang/rust/rust-1.16.0.ebuild @@ -88,7 +88,6 @@ src_configure() { $(use_enable !debug optimize-tests) \ $(use_enable doc docs) \ $(use_enable libcxx libcpp) \ - $(usex system-llvm "--llvm-root=${EPREFIX}/usr" " ") \ || die }