diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:59 +0100 |
commit | ca5ec4720d5dc8e3bf5539fb2e8d66116081e6c8 (patch) | |
tree | 80b6b557888bcc4ba11363cc15d3518d666f3ebb /eclass/toolchain-funcs.eclass | |
parent | ruby-utils.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-ca5ec4720d5dc8e3bf5539fb2e8d66116081e6c8.tar.gz gentoo-ca5ec4720d5dc8e3bf5539fb2e8d66116081e6c8.tar.bz2 gentoo-ca5ec4720d5dc8e3bf5539fb2e8d66116081e6c8.zip |
toolchain-funcs.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/toolchain-funcs.eclass')
-rw-r--r-- | eclass/toolchain-funcs.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 6806bd0883bb..e0e8433f4d41 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -4,8 +4,8 @@ # @ECLASS: toolchain-funcs.eclass # @MAINTAINER: # Toolchain Ninjas <toolchain@gentoo.org> -# @BLURB: functions to query common info about the toolchain # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: functions to query common info about the toolchain # @DESCRIPTION: # The toolchain-funcs aims to provide a complete suite of functions # for gleaning useful information about the toolchain and to simplify |