From 18f35ffac2da72ccdfb0e1bf756218fa1995162b Mon Sep 17 00:00:00 2001 From: CorbinPost10 <181514816+CorbinPost10@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:56:45 -0700 Subject: [PATCH] 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 --- script/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linux b/script/linux index a2916a0b26b..8779263affd 100755 --- a/script/linux +++ b/script/linux @@ -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