summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-21 00:06:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-22 17:49:51 +0200
commit3a1e2bca73c6d6cedb5485f3ee8863c982a32003 (patch)
tree48da3c04eda64eabf7d24becfd33f75a30f37592 /eclass
parent283705b167f2fb8cfce20275dd8e92a38ba4cf82 (diff)
downloadkde-3a1e2bca73c6d6cedb5485f3ee8863c982a32003.tar.gz
kde-3a1e2bca73c6d6cedb5485f3ee8863c982a32003.tar.bz2
kde-3a1e2bca73c6d6cedb5485f3ee8863c982a32003.zip
cmake.eclass: EAPI=7: Extra slap on wrist
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 742496c446a..429e9b6ad72 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