commit: 4a676faa2c7f4c7f523becaf4c3d102d65fe546a
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 13:17:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a676faa
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 271f237bf0c..0841a3bd2c6 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} "$@"