summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-28 18:41:10 +0100
committerSam James <sam@gentoo.org>2021-03-28 18:41:10 +0100
commit5d1bad01063af3dff63d9e51e2832f8ac499faf2 (patch)
tree4228b93148dc1ad1109518cc721e25315e8a31be /eclass
parentdev-libs/openssl: security cleanup (diff)
downloadgentoo-5d1bad01063af3dff63d9e51e2832f8ac499faf2.tar.gz
gentoo-5d1bad01063af3dff63d9e51e2832f8ac499faf2.tar.bz2
gentoo-5d1bad01063af3dff63d9e51e2832f8ac499faf2.zip
cmake-utils.eclass: fix @DEPRECATED placement for eclass-to-manpage
It's fragile. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake-utils.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 59a3f9a026b9..aae859a44cc8 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:
# kde@gentoo.org
# @AUTHOR:
@@ -12,6 +11,7 @@
# Original author: Zephyrus (zephyrus@mirach.it)
# @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.