commit:     a0ef0b30bf1e776a55991b63986efcb6d4f287e5
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 30 23:08:21 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Dec 30 23:09:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ef0b30

dev-tcltk/tcl3d: min cmake 3.10

Closes: https://bugs.gentoo.org/957212
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tcl3d/files/tcl3d-0.9.5-cmake.patch | 11 +++++++++++
 dev-tcltk/tcl3d/tcl3d-0.9.5.ebuild            |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/dev-tcltk/tcl3d/files/tcl3d-0.9.5-cmake.patch 
b/dev-tcltk/tcl3d/files/tcl3d-0.9.5-cmake.patch
new file mode 100644
index 000000000000..5a98078d61cb
--- /dev/null
+++ b/dev-tcltk/tcl3d/files/tcl3d-0.9.5-cmake.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt   2025-12-31 00:04:23.252992166 +0100
++++ b/CMakeLists.txt   2025-12-31 00:04:42.950768139 +0100
+@@ -15,7 +15,7 @@
+ #
+ 
#******************************************************************************
+ 
+-CMAKE_MINIMUM_REQUIRED( VERSION 3.0 )
++CMAKE_MINIMUM_REQUIRED( VERSION 3.10 )
+ 
+ CMAKE_POLICY(SET CMP0078 NEW)
+ CMAKE_POLICY(SET CMP0086 NEW)

diff --git a/dev-tcltk/tcl3d/tcl3d-0.9.5.ebuild 
b/dev-tcltk/tcl3d/tcl3d-0.9.5.ebuild
index 62fdeb4b86e0..aec50cde7059 100644
--- a/dev-tcltk/tcl3d/tcl3d-0.9.5.ebuild
+++ b/dev-tcltk/tcl3d/tcl3d-0.9.5.ebuild
@@ -27,6 +27,8 @@ BDEPEND="
        $(unpacker_src_uri_depends)
 "
 
+PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
+
 src_prepare() {
        sed -i \
                -e "s|FTGLGlyph|FTGlyph|" \

Reply via email to