diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-08 10:09:29 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-08 10:10:00 +0200 |
commit | 0ebbf5666970ba32c0a55bcabf7d2ccee1ea5e74 (patch) | |
tree | 5bc9d5d5a31b16888187813e3a617fbd0ea6cfad /eclass/cmake-utils.eclass | |
parent | mail-mta/exim-4.94-r1: fix PAM expansion, bug #727310 (diff) | |
download | gentoo-0ebbf5666970ba32c0a55bcabf7d2ccee1ea5e74.tar.gz gentoo-0ebbf5666970ba32c0a55bcabf7d2ccee1ea5e74.tar.bz2 gentoo-0ebbf5666970ba32c0a55bcabf7d2ccee1ea5e74.zip |
cmake-utils.eclass: DEPRECATED notice
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/cmake-utils.eclass')
-rw-r--r-- | eclass/cmake-utils.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index b0225992322c..b08c969707ec 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -12,6 +12,7 @@ # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: common ebuild functions for cmake-based packages # @DESCRIPTION: +# DEPRECATED: This no longer receives any changes. Everyone must port to cmake.eclass. # The cmake-utils 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 |