commit: f5dfa54914425bda24056d34847f81540622e6bc Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 01:57:57 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 02:06:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5dfa549
eclass/toolchain: fixup documentation Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> eclass/toolchain.eclass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 59f8660a3d9..91797cab67d 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,8 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Maintainer: Toolchain Ninjas <toolch...@gentoo.org> +# @ECLASS: toolchain.eclass +# @MAINTAINER: +# Toolchain Ninjas <toolch...@gentoo.org> +# @MAINTAINER: +# Toolchain Ninjas <toolch...@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: Basic toolchain stuff + DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/"