commit: 5d1bad01063af3dff63d9e51e2832f8ac499faf2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 17:41:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 28 17:41:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1bad01
cmake-utils.eclass: fix @DEPRECATED placement for eclass-to-manpage It's fragile. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 59a3f9a026b..aae859a44cc 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: cmake-utils.eclass -# @DEPRECATED: cmake.eclass # @MAINTAINER: # [email protected] # @AUTHOR: @@ -12,6 +11,7 @@ # Original author: Zephyrus ([email protected]) # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: common ebuild functions for cmake-based packages +# @DEPRECATED: cmake.eclass # @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.
