diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-21 13:06:05 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-21 13:06:44 +0100 |
| commit | 313d2757d55ea85bc685ab19d14fc68cfbaf2b45 (patch) | |
| tree | 8dd8a021b3df6025dc4d346d48d1e382734f1c49 | |
| parent | e329c2ca01b6c53bb1823b26ddbfad18bbc31b38 (diff) | |
| download | kde-313d2757d55ea85bc685ab19d14fc68cfbaf2b45.tar.gz kde-313d2757d55ea85bc685ab19d14fc68cfbaf2b45.tar.bz2 kde-313d2757d55ea85bc685ab19d14fc68cfbaf2b45.zip | |
cmake.eclass: Documentation: cmake_src_prepare() *MUST* be run
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | eclass/cmake.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index ddb67091762..7fd74b548fb 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} "$@" |
