diff options
author | Sam James <sam@gentoo.org> | 2022-12-10 01:39:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-10 01:44:55 +0000 |
commit | 6ebb0e645d457916f0c61470d3b1bd2ac86b90cc (patch) | |
tree | 17ee95b7fc1d06c6c59348a3eaa97767dc7b681d /eclass | |
parent | dune.eclass: fix typo in @DESCRIPTION (diff) | |
download | gentoo-6ebb0e645d457916f0c61470d3b1bd2ac86b90cc.tar.gz gentoo-6ebb0e645d457916f0c61470d3b1bd2ac86b90cc.tar.bz2 gentoo-6ebb0e645d457916f0c61470d3b1bd2ac86b90cc.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>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cmake.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index bd7e64cfe6c7..8c1886137300 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) ;; |