Skip to content

Commit 18f35ff

Browse files
authored
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
1 parent a25f19c commit 18f35ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ if [[ -n $emerge ]]; then
263263
dev-libs/glib
264264
dev-libs/openssl
265265
dev-libs/wayland
266-
dev-util/cmake
266+
dev-build/cmake
267267
media-libs/alsa-lib
268268
media-libs/fontconfig
269269
media-libs/libva

0 commit comments

Comments
 (0)