commit: 313d2757d55ea85bc685ab19d14fc68cfbaf2b45
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 12:06:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 12:06:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=313d2757
cmake.eclass: Documentation: cmake_src_prepare() *MUST* be run
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/cmake.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index ddb6709176..7fd74b548f 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -313,7 +313,7 @@ _cmake_modify-cmakelists() {
# @FUNCTION: cmake_src_prepare
# @DESCRIPTION:
-# Apply ebuild and user patches.
+# Apply ebuild and user patches. *MUST* be run or cmake_src_configure will
fail.
cmake_src_prepare() {
debug-print-function ${FUNCNAME} "$@"