Switch from ``wayland-desktop`` to ``guru`` overlay (#131)

People are having problems compiling the wayland-desktop variant
This commit is contained in:
chinh4thepro 2023-02-19 20:59:58 +00:00 committed by GitHub
parent a4b12a26fc
commit c35b3c9f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -59,11 +59,11 @@ Note: _Hyprland is not available for Leap, as most libraries (and compiler) that
{{< /tab >}}
{{< tab "Fedora" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
{{< tab "Gentoo" >}}
The hyprland package is available in the [wayland-desktop](https://github.com/bsd-ac/wayland-desktop) overlay.
The hyprland package is available in the [guru](https://wiki.gentoo.org/wiki/Project:GURU) overlay.
```sh
eselect repository enable wayland-desktop
emaint sync -r wayland-desktop
eselect repository enable guru
emaint sync -r guru
emerge --ask --verbose hyprland
```