diff options
| author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-07-07 00:53:27 +0200 |
|---|---|---|
| committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-07-07 01:07:36 +0200 |
| commit | c642e3720f33c2ee2e21a6a789233ff5d1e5d211 (patch) | |
| tree | dc2ce75e7e31078d4a37ee3d78322a7dd915e861 /eclass/cmake-utils.eclass | |
| parent | 5c08a56f7c8b127b28a25aa80ab9988b6387091b (diff) | |
| download | kde-c642e3720f33c2ee2e21a6a789233ff5d1e5d211.tar.gz kde-c642e3720f33c2ee2e21a6a789233ff5d1e5d211.tar.bz2 kde-c642e3720f33c2ee2e21a6a789233ff5d1e5d211.zip | |
[eclass/cmake-utils] A bit better English
Diffstat (limited to 'eclass/cmake-utils.eclass')
| -rw-r--r-- | eclass/cmake-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 14ef85f1bbe..29e0c13b00a 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -30,7 +30,7 @@ WANT_CMAKE="${WANT_CMAKE:-always}" # @ECLASS-VARIABLE: CMAKE_MIN_VERSION # @DESCRIPTION: -# Specify the minimum allowable version of cmake. Defaults to 2.6.2-r1 +# Specify the minimum required CMake version. Default is 2.6.2-r1 CMAKE_MIN_VERSION="${CMAKE_MIN_VERSION:-2.6.2-r1}" CMAKEDEPEND="" @@ -350,7 +350,7 @@ enable_cmake-utils_src_compile() { # @FUNCTION: cmake-utils_src_make # @DESCRIPTION: # Function for building the package. Automatically detects the build type. -# All arguments are passed to emake +# All arguments are passed to emake. cmake-utils_src_make() { debug-print-function ${FUNCNAME} "$@" |
