commit: f72d7191ad867edbaaf32951b3d37d1be98a6d63 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Wed Dec 10 16:42:39 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Wed Dec 10 16:42:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72d7191
dev-lang/luau: remove unused patch Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> dev-lang/luau/files/luau-0.653-cmake_minimum.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-lang/luau/files/luau-0.653-cmake_minimum.patch b/dev-lang/luau/files/luau-0.653-cmake_minimum.patch deleted file mode 100644 index f17901c0a65c..000000000000 --- a/dev-lang/luau/files/luau-0.653-cmake_minimum.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -4,7 +4,7 @@ if(EXT_PLATFORM_STRING) - return() - endif() - --cmake_minimum_required(VERSION 3.0) -+cmake_minimum_required(VERSION 3.20) - - option(LUAU_BUILD_CLI "Build CLI" ON) - option(LUAU_BUILD_TESTS "Build tests" ON) -@@ -17,7 +17,6 @@ cmake_policy(SET CMP0054 NEW) - cmake_policy(SET CMP0091 NEW) - - if(LUAU_STATIC_CRT) -- cmake_minimum_required(VERSION 3.15) - set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>") - endif() -
