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:
CorbinPost10 2026-07-14 06:56:45 -07:00 committed by GitHub
parent a25f19cb2f
commit 18f35ffac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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