commit:     d5559a6684be3dc072d8aea1b92a1e4473951179
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  1 15:52:25 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 16:23:51 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5559a66

cmake.eclass: Really warn all EAPI-7 consumers that support will be dropped

... after 2025-11-01.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/cmake.eclass | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index d62d552abc..57334ae29c 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -327,9 +327,6 @@ _cmake4_callout() {
                        eqawarn "CMake 4 detected; building with 
-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
                        eqawarn "This is merely a workaround and *not* a 
permanent fix."
                fi
-               if [[ ${EAPI} == 7 ]]; then
-                       eqawarn "QA Notice: EAPI=7 detected; this package is 
now a prime last-rites target."
-               fi
        fi
 }
 
@@ -412,6 +409,7 @@ cmake_src_prepare() {
                        chmod -R a-w "${S}"
                fi
                _CMAKE_PREPARE_HAS_RUN=1
+               eqawarn "QA Notice: cmake.eclass will throw unsupported EAPI=7 
error after 2025-11-01."
        else
                default_src_prepare
                cmake_prepare

Reply via email to