commit: d6135f53dd3a24e894998818939342ed10370e96 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 17:48:13 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 28 17:48:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6135f53
readme.gentoo.eclass: fix @DEPRECATED placement for eclass-to-manpage It's fragile. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/readme.gentoo.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass index 2d8d7512ded..4eebe211bc7 100644 --- a/eclass/readme.gentoo.eclass +++ b/eclass/readme.gentoo.eclass @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: readme.gentoo.eclass -# @DEPRECATED: readme.gentoo-r1 # @MAINTAINER: # Pacho Ramos <[email protected]> # @AUTHOR: # Author: Pacho Ramos <[email protected]> # @SUPPORTED_EAPIS: 4 5 # @BLURB: install a doc file shown via elog messages +# @DEPRECATED: readme.gentoo-r1 # @DESCRIPTION: # An eclass for installing a README.gentoo doc file recording tips # shown via elog messages. With this eclass, those elog messages will only be
