From 6ebb0e645d457916f0c61470d3b1bd2ac86b90cc Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Dec 2022 01:39:38 +0000 Subject: [PATCH] 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 --- eclass/cmake.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index bd7e64cfe6c71..8c18861373000 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) ;;