summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-21 08:58:41 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-21 09:54:26 +0200
commit73efee14692991db3ced0828dc7199c3aede7fbd (patch)
tree47244f07957ea93ed57f69bc96c50f773661672b /eclass
parentstardict.eclass: Fix incorrect start tag (diff)
downloadgentoo-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.eclass5
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/"