commit: dbc4faf304995e2f20c4d98f714bb8cfde76a329 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:32 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc4faf3
multiprocessing.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/multiprocessing.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/multiprocessing.eclass b/eclass/multiprocessing.eclass index 8363fa33bd1..c32bfaac2e6 100644 --- a/eclass/multiprocessing.eclass +++ b/eclass/multiprocessing.eclass @@ -7,8 +7,8 @@ # @AUTHOR: # Brian Harring <[email protected]> # Mike Frysinger <[email protected]> -# @BLURB: multiprocessing helper functions # @SUPPORTED_EAPIS: 5 6 7 8 +# @BLURB: multiprocessing helper functions # @DESCRIPTION: # The multiprocessing eclass contains a suite of utility functions # that could be helpful to controlling parallel multiple job execution.
