commit:     79a36b3ba2934915da56a4128bcc821a155bdd22
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 01:54:49 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 01:55:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a36b3b

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

 dev-lang/rust/rust-1.16.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.16.0.ebuild b/dev-lang/rust/rust-1.16.0.ebuild
index c1508998b14..e13e960aba1 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
 }
 

Reply via email to