commit: c585d3e8e81e7ec338ae004e90bfe4d39b874881
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 16 19:42:40 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 19:42:40 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c585d3e8
cmake.eclass: Add bug tracker info to CMake minreqver warnings
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/cmake.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 5ce56bc461..eba47d2405 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -353,10 +353,12 @@ _cmake_minreqver-info() {
310)
eqawarn "${weak_qaw}Compatibility with CMake <
3.10 will be removed in a future release."
eqawarn "If not fixed in upstream's code
repository, we should make sure they are aware."
+ eqawarn "See also tracker bug #964405; check
existing or file a new bug for this package."
;;
316)
eqawarn "${weak_qaw}Compatibility w/ CMake <
3.16 will be removed in future ECM release."
eqawarn "If not fixed in upstream's code
repository, we should make sure they are aware."
+ eqawarn "See also tracker bug #964407; check
existing or file a new bug for this package."
;;
esac
eqawarn