commit: 8029ca0fccafaa2be3511da7998175c4845d44c0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 23 21:40:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 21:40:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8029ca0f
eutils.eclass: fix @DEAD tag ``` eutils.eclass: error:10: eutils.eclass: unknown keyword @DEAD ``` Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/eutils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index bdcc7e110fd5..1e36c78f7780 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,13 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# @DEAD # @ECLASS: eutils.eclass # @MAINTAINER: # base-sys...@gentoo.org # @SUPPORTED_EAPIS: 6 # @BLURB: many extra (but common) functions that are used in ebuilds # @DEPRECATED: native package manager functions, more specific eclasses -# @DEAD if [[ -z ${_EUTILS_ECLASS} ]]; then _EUTILS_ECLASS=1