commit: a68057050fb8e93da967d03f067bb97623bde71c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 28 17:46:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 28 17:46:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6805705
autotools-utils.eclass: fix @DEAD placement for eclass-to-manpage It's fragile. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/autotools-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass index c9c6eeb1318..19a1de872e0 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -1,8 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# @ECLASS: autotools-utils.eclass # @DEAD +# @ECLASS: autotools-utils.eclass # @MAINTAINER: # Maciej Mrozowski <[email protected]> # Michał Górny <[email protected]>
