diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-21 08:58:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-21 09:54:26 +0200 |
commit | 73efee14692991db3ced0828dc7199c3aede7fbd (patch) | |
tree | 47244f07957ea93ed57f69bc96c50f773661672b /eclass | |
parent | stardict.eclass: Fix incorrect start tag (diff) | |
download | gentoo-73efee14692991db3ced0828dc7199c3aede7fbd.tar.gz gentoo-73efee14692991db3ced0828dc7199c3aede7fbd.tar.bz2 gentoo-73efee14692991db3ced0828dc7199c3aede7fbd.zip |
toolchain.eclass: Add minimal eclassdoc to enable parsing
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 5bfa58e4a207..b68ac30e89fd 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 <toolchain@gentoo.org> +# @ECLASS: toolchain.eclass +# @MAINTAINER: +# Toolchain Ninjas <toolchain@gentoo.org> # @SUPPORTED_EAPIS: 5 6 7 8 +# @BLURB: Common code for sys-devel/gcc ebuilds DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/" |