diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-15 20:57:57 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-15 21:06:04 -0500 |
commit | f5dfa54914425bda24056d34847f81540622e6bc (patch) | |
tree | 6c7e54551e305aaf804f0e233e2f40db611e6884 /eclass/toolchain.eclass | |
parent | eclass/stardict: fixup documentation (diff) | |
download | gentoo-f5dfa54914425bda24056d34847f81540622e6bc.tar.gz gentoo-f5dfa54914425bda24056d34847f81540622e6bc.tar.bz2 gentoo-f5dfa54914425bda24056d34847f81540622e6bc.zip |
eclass/toolchain: fixup documentation
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 59f8660a3d90..91797cab67d2 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 <toolchain@gentoo.org> +# @ECLASS: toolchain.eclass +# @MAINTAINER: +# Toolchain Ninjas <toolchain@gentoo.org> +# @MAINTAINER: +# Toolchain Ninjas <toolchain@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: Basic toolchain stuff + DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/" |