From c642e3720f33c2ee2e21a6a789233ff5d1e5d211 Mon Sep 17 00:00:00 2001 From: Maciej Mrozowski Date: Wed, 7 Jul 2010 00:53:27 +0200 Subject: [eclass/cmake-utils] A bit better English --- eclass/cmake-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/cmake-utils.eclass') 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} "$@" -- cgit v1.2.3