From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEFAD1581B9 for ; Sun, 05 Oct 2025 21:38:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B8212340CC9 for ; Sun, 05 Oct 2025 21:38:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D298A110374; Sun, 05 Oct 2025 21:38:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CB183110374 for ; Sun, 05 Oct 2025 21:38:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C0C7340D85 for ; Sun, 05 Oct 2025 21:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8C0334FA for ; Sun, 05 Oct 2025 21:38:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1759700299.f68abd232109351587b983e7962a6c864aa0721b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f68abd232109351587b983e7962a6c864aa0721b X-VCS-Branch: master Date: Sun, 05 Oct 2025 21:38:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a4e34e4-8ebb-431f-b23e-aa3aedec1ab6 X-Archives-Hash: 4203b45522c84a58bc419fec967c1ca2 commit: f68abd232109351587b983e7962a6c864aa0721b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 5 19:54:43 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 5 21:38:19 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f68abd23 cmake.eclass: Raise minimum dev-build/cmake version to 3.28.5 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/cmake.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 6d387b233b..5becf073d7 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -157,7 +157,7 @@ case ${CMAKE_MAKEFILE_GENERATOR} in esac if [[ ${PN} != cmake ]]; then - BDEPEND+=" >=dev-build/cmake-3.20.5" + BDEPEND+=" >=dev-build/cmake-3.28.5" fi # @FUNCTION: cmake_run_in