summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-10 01:39:38 +0000
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-11 16:50:43 +0100
commitcda3419752edab5d177b2e740df8731f363fbf72 (patch)
tree066f8671d06f62bd6e39c27001195cfb8500b47f
parentaa6042e09bf4cd1cb8bdae66cf91aaf7ba66cd6d (diff)
downloadkde-cda3419752edab5d177b2e740df8731f363fbf72.tar.gz
kde-cda3419752edab5d177b2e740df8731f363fbf72.tar.bz2
kde-cda3419752edab5d177b2e740df8731f363fbf72.zip
cmake.eclass: drop use_enable reference in @DESCRIPTION
This is from cmake-utils.eclass and the use_enable-style functions it refers to are long-banned. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/cmake.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 98538f783a7..a50a8bf7f8b 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -15,8 +15,7 @@
# @DESCRIPTION:
# The cmake eclass makes creating ebuilds for cmake-based packages much easier.
# 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 function for CMake.
+# out-of-source builds (default) and in-source builds.
case ${EAPI} in
7|8) ;;