From 73efee14692991db3ced0828dc7199c3aede7fbd Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 21 Sep 2021 08:58:41 +0200 Subject: toolchain.eclass: Add minimal eclassdoc to enable parsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/toolchain.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass') 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 +# @ECLASS: toolchain.eclass +# @MAINTAINER: +# Toolchain Ninjas # @SUPPORTED_EAPIS: 5 6 7 8 +# @BLURB: Common code for sys-devel/gcc ebuilds DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/" -- cgit v1.2.3-65-gdbad