about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Jewell <paul@teulu.org>2023-11-17 14:41:34 +0000
committerPaul Jewell <paul@teulu.org>2023-11-17 14:41:34 +0000
commit331abe2d1fe176f3338eb1ff25a719f3c389cd5e (patch)
tree99f878f81f171d1d2ab71ea7447ad87be77de85b
parentbc978217b32cd10abd140bec1724a218f43629fb (diff)
downloadrust-331abe2d1fe176f3338eb1ff25a719f3c389cd5e.tar.gz
rust-331abe2d1fe176f3338eb1ff25a719f3c389cd5e.zip
Updated instructions for installing rust-analyzer under Gentoo.
-rw-r--r--docs/user/manual.adoc13
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 18d5ddd4d0a..1d8b5ac3bcc 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -186,18 +186,7 @@ $ pacman -S rust-analyzer
 
 ==== Gentoo Linux
 
-`rust-analyzer` is available in the GURU repository:
-
-- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer?id=9895cea62602cfe599bd48e0fb02127411ca6e81[`dev-util/rust-analyzer`] builds from source
-- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer-bin?id=9895cea62602cfe599bd48e0fb02127411ca6e81[`dev-util/rust-analyzer-bin`] installs an official binary release
-
-If not already, GURU must be enabled (e.g. using `app-eselect/eselect-repository`) and sync'd before running `emerge`:
-
-[source,bash]
-----
-$ eselect repository enable guru && emaint sync -r guru
-$ emerge rust-analyzer-bin
-----
+`rust-analyzer` is installed when the `rust-analyzer` use flag is set for dev-lang/rust or dev-lang/rust-bin. You also need to set the `rust-src` use flag.
 
 ==== macOS