Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 24 Aug 2022 04:57:08
Message-Id: 1661316823.34b41b85e5153d43d8e448fdb8554a029962e6ce.sam@gentoo
1 commit: 34b41b85e5153d43d8e448fdb8554a029962e6ce
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 04:51:44 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 04:53:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b41b85
7
8 cmake-multilib.eclass: fix EclassDocError (for @DEPRECATED)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/cmake-multilib.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass
16 index 7e4a86d56756..4dd3eab3cd28 100644
17 --- a/eclass/cmake-multilib.eclass
18 +++ b/eclass/cmake-multilib.eclass
19 @@ -21,7 +21,7 @@
20 # phase rather than 'default'.
21
22 # @ECLASS_VARIABLE: CMAKE_ECLASS
23 -# @DEPRECATED
24 +# @DEPRECATED: none
25 # @DESCRIPTION:
26 # Only "cmake" is supported.
27 : ${CMAKE_ECLASS:=cmake}