diff options
author | William Hubbs <williamh@gentoo.org> | 2017-03-18 20:54:49 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-03-18 20:55:15 -0500 |
commit | 79a36b3ba2934915da56a4128bcc821a155bdd22 (patch) | |
tree | 5b6bf736fee11c4a57e6fc1cc1139e6e8b696505 /dev-lang | |
parent | profiles: enable a python target by default for app-editors/gedit-plugins (diff) | |
download | gentoo-79a36b3ba2934915da56a4128bcc821a155bdd22.tar.gz gentoo-79a36b3ba2934915da56a4128bcc821a155bdd22.tar.bz2 gentoo-79a36b3ba2934915da56a4128bcc821a155bdd22.zip |
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
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.16.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |