repo/proj/guru:master commit in: sys-process/task-spooler/
"David Roman" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785957259.b19a442a6d7205cc474d5a2fd63a5f0ba34e4131.davidroman@gentoo> |
commit: b19a442a6d7205cc474d5a2fd63a5f0ba34e4131
Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Wed Aug 5 19:12:13 2026 +0000
Commit: David Roman <stkw0 <AT> disroot <DOT> org>
CommitDate: Wed Aug 5 19:14:19 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b19a442a
sys-process/task-spooler-9999: bump min cmake version required
Will please QA tests, the project itself is fine running on newer
baseline
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
sys-process/task-spooler/task-spooler-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sys-process/task-spooler/task-spooler-9999.ebuild b/sys-process/task-spooler/task-spooler-9999.ebuild
index 4e09d1d359..8263011b7d 100644
--- a/sys-process/task-spooler/task-spooler-9999.ebuild
+++ b/sys-process/task-spooler/task-spooler-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,6 +19,10 @@ fi
LICENSE="GPL-2"
SLOT="0"
+PATCHES=(
+ "${FILESDIR}"/cmake-bump-minver-2.0.0.patch
+)
+
src_configure() {
local mycmakeargs=(
-DTASK_SPOOLER_COMPILE_CUDA=OFF