Skip to content

Commit

Permalink
Merge pull request #292 from gentoo90/rust-bin
Browse files Browse the repository at this point in the history
Fix dev-lang/rust-bin-999
  • Loading branch information
cnd committed Oct 3, 2017
2 parents 9815b28 + 0ca0081 commit 426d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/rust-bin/rust-bin-999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ src_install() {
local components="rustc,${std}"
if use tools; then
local analysis=$(grep 'analysis' ./components)
components="${components},rls,${analysis}"
components="${components},rls-preview,${analysis}"
fi
use doc && components="${components},rust-docs"
./install.sh \
Expand Down

0 comments on commit 426d854

Please sign in to comment.