mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
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:
10
app-misc/interception-caps2esc/files/cmake-bump.patch
Normal file
10
app-misc/interception-caps2esc/files/cmake-bump.patch
Normal 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)
|
||||
|
||||
@@ -17,3 +17,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/cmake-bump.patch"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user