gentoo-ebuilds/sci-calculators/hcalc/files/hcalc-1.2-cmake4.patch
Andreas Sturmlechner 160aedda3f
sci-calculators/hcalc: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/952071
Closes: https://bugs.gentoo.org/957237
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-09-30 20:09:15 +02:00

8 lines
176 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.10)
project (hcalc C)
find_package(X11)