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 B1B9A1580EB for ; Thu, 22 May 2025 15:50:26 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9C4DE3430D3 for ; Thu, 22 May 2025 15:50:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A91C511047D; Thu, 22 May 2025 15:50:22 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A49B411047D for ; Thu, 22 May 2025 15:50:22 +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 627173430CE for ; Thu, 22 May 2025 15:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D35AB198A for ; Thu, 22 May 2025 15:50:20 +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: <1747928991.3a1e2bca73c6d6cedb5485f3ee8863c982a32003.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: 3a1e2bca73c6d6cedb5485f3ee8863c982a32003 X-VCS-Branch: master Date: Thu, 22 May 2025 15:50:20 +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: 0110f2f5-9d61-4608-8c54-4637f9a49f28 X-Archives-Hash: b7e724e60c721418b3a650f5d60a1b14 commit: 3a1e2bca73c6d6cedb5485f3ee8863c982a32003 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 20 22:06:37 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 22 15:49:51 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a1e2bca cmake.eclass: EAPI=7: Extra slap on wrist Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/cmake.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 742496c446..429e9b6ad7 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -572,6 +572,9 @@ cmake_src_configure() { eqawarn "This is merely a workaround and *not* a permanent fix." cmakeargs+=( -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ) fi + if [[ ${EAPI} == 7 ]]; then + eqawarn "QA Notice: EAPI=7 detected; this package is now a prime last-rites target." + fi fi pushd "${BUILD_DIR}" > /dev/null || die