dev-lang/rust: in 1.16.0, fix the configure call for #613118.
authorWilliam Hubbs <williamh@gentoo.org>
Sun, 19 Mar 2017 01:54:49 +0000 (20:54 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Sun, 19 Mar 2017 01:55:15 +0000 (20:55 -0500)
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

index c1508998b14e6c7bd39191798e4a9fb4388ea1ed..e13e960aba12e7acf980e51d3f2dff04b56f477b 100644 (file)
@@ -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
 }