mirror of
https://github.com/zed-industries/zed.git
synced 2026-08-25 00:45:27 +00:00
Fix gentoo cmake package name (#60930)
script/linux tried to install dev-util/cmake, which is not the correct package name, so the script fails. Changing it to dev-build/cmake fixes this. Release Notes: - N/A
This commit is contained in:
parent
a25f19cb2f
commit
18f35ffac2
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ if [[ -n $emerge ]]; then
|
|||
dev-libs/glib
|
||||
dev-libs/openssl
|
||||
dev-libs/wayland
|
||||
dev-util/cmake
|
||||
dev-build/cmake
|
||||
media-libs/alsa-lib
|
||||
media-libs/fontconfig
|
||||
media-libs/libva
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue