commit: 74e91e1d48e7625b593ea030a72ed753458eb8de Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 15:18:29 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 15:18:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e91e1d
eclass/toolchain: fix double @MAINTAINER Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 91797cab67d..095c53d4c1d 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -4,7 +4,7 @@ # @ECLASS: toolchain.eclass # @MAINTAINER: # Toolchain Ninjas <[email protected]> -# @MAINTAINER: +# @AUTHOR: # Toolchain Ninjas <[email protected]> # @SUPPORTED_EAPIS: 5 6 7 # @BLURB: Basic toolchain stuff
