diff options
author | 2021-03-28 18:48:13 +0100 | |
---|---|---|
committer | 2021-03-28 18:48:13 +0100 | |
commit | d6135f53dd3a24e894998818939342ed10370e96 (patch) | |
tree | 1d1ad6e0f9b9f16724d54bd22ba87bdd029645be /eclass/readme.gentoo.eclass | |
parent | autotools-utils.eclass: fix @DEAD placement for eclass-to-manpage (diff) | |
download | gentoo-d6135f53dd3a24e894998818939342ed10370e96.tar.gz gentoo-d6135f53dd3a24e894998818939342ed10370e96.tar.bz2 gentoo-d6135f53dd3a24e894998818939342ed10370e96.zip |
readme.gentoo.eclass: fix @DEPRECATED placement for eclass-to-manpage
It's fragile.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/readme.gentoo.eclass')
-rw-r--r-- | eclass/readme.gentoo.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/readme.gentoo.eclass b/eclass/readme.gentoo.eclass index 2d8d7512ded2..4eebe211bc71 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 <pacho@gentoo.org> # @AUTHOR: # Author: Pacho Ramos <pacho@gentoo.org> # @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 |