summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2010-05-27 00:31:13 +0200
committerMaciej Mrozowski <reavertm@gentoo.org>2010-05-27 00:31:13 +0200
commit7ab7dfecb0817b308ed4e13c349dc65fd662ec08 (patch)
treed83b981bf2cddb02b06261af81e177499075ebf5 /eclass
parent6e641a0248d42349c387d2579e4bf141b87d6028 (diff)
downloadkde-7ab7dfecb0817b308ed4e13c349dc65fd662ec08.tar.gz
kde-7ab7dfecb0817b308ed4e13c349dc65fd662ec08.tar.bz2
kde-7ab7dfecb0817b308ed4e13c349dc65fd662ec08.zip
[eclass/cmake-utils] Update documentation
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake-utils.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 0a838e561ad..7e31ac72fd7 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -14,11 +14,11 @@
# @CODE
# @BLURB: common ebuild functions for cmake-based packages
# @DESCRIPTION:
-# The cmake-utils eclass contains functions that make creating ebuilds for
+# The cmake-utils eclass is base.eclass(5) wrapper that makes creating ebuilds for
# cmake-based packages much easier.
-# Its main features are support of out-of-source builds as well as in-source
-# builds and an implementation of the well-known use_enable and use_with
-# functions for CMake.
+# It provides all inherited features (DOCS, HTML_DOCS, PATCHES) along with out-of-source
+# builds (default), in-source builds and an implementation of the well-known use_enable
+# and use_with functions for CMake.
# @ECLASS-VARIABLE: WANT_CMAKE
# @DESCRIPTION: