app-misc/interception-caps2esc: patch for cmake compatibility QA check

Closes: https://bugs.gentoo.org/974606
Signed-off-by: Hoël Bézier <hoelbezier@riseup.net>
This commit is contained in:
Hoël Bézier
2026-06-04 19:11:32 +02:00
parent 56dac7e71b
commit 3dabfb6a57
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af5fd82b3d223e69dafd445606ef8fec826351f8..e84c429e8633f0a95432c9791a053d6317f5ba5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.10)
project(interception-tools)

View File

@@ -17,3 +17,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=(
"${FILESDIR}/cmake-bump.patch"
)