mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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>
This commit is contained in:
@@ -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) ;;
|
||||
|
||||
Reference in New Issue
Block a user