Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 21 Jun 2021 05:39:25
Message-Id: 1624253939.ca5ec4720d5dc8e3bf5539fb2e8d66116081e6c8.sam@gentoo
1 commit: ca5ec4720d5dc8e3bf5539fb2e8d66116081e6c8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5ec472
7
8 toolchain-funcs.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/toolchain-funcs.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
16 index 6806bd0883b..e0e8433f4d4 100644
17 --- a/eclass/toolchain-funcs.eclass
18 +++ b/eclass/toolchain-funcs.eclass
19 @@ -4,8 +4,8 @@
20 # @ECLASS: toolchain-funcs.eclass
21 # @MAINTAINER:
22 # Toolchain Ninjas <toolchain@g.o>
23 -# @BLURB: functions to query common info about the toolchain
24 # @SUPPORTED_EAPIS: 5 6 7
25 +# @BLURB: functions to query common info about the toolchain
26 # @DESCRIPTION:
27 # The toolchain-funcs aims to provide a complete suite of functions
28 # for gleaning useful information about the toolchain and to simplify