summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-15 20:57:57 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-15 21:06:04 -0500
commitf5dfa54914425bda24056d34847f81540622e6bc (patch)
tree6c7e54551e305aaf804f0e233e2f40db611e6884 /eclass/toolchain.eclass
parenteclass/stardict: fixup documentation (diff)
downloadgentoo-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.eclass8
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/"