commit: 73efee14692991db3ced0828dc7199c3aede7fbd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 21 06:58:41 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 21 07:54:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73efee14
toolchain.eclass: Add minimal eclassdoc to enable parsing Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/toolchain.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 5bfa58e4a20..b68ac30e89f 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,8 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Maintainer: Toolchain Ninjas <[email protected]> +# @ECLASS: toolchain.eclass +# @MAINTAINER: +# Toolchain Ninjas <[email protected]> # @SUPPORTED_EAPIS: 5 6 7 8 +# @BLURB: Common code for sys-devel/gcc ebuilds DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/"
