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:21
Message-Id: 1624253912.dbc4faf304995e2f20c4d98f714bb8cfde76a329.sam@gentoo
1 commit: dbc4faf304995e2f20c4d98f714bb8cfde76a329
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc4faf3
7
8 multiprocessing.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/multiprocessing.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/multiprocessing.eclass b/eclass/multiprocessing.eclass
16 index 8363fa33bd1..c32bfaac2e6 100644
17 --- a/eclass/multiprocessing.eclass
18 +++ b/eclass/multiprocessing.eclass
19 @@ -7,8 +7,8 @@
20 # @AUTHOR:
21 # Brian Harring <ferringb@g.o>
22 # Mike Frysinger <vapier@g.o>
23 -# @BLURB: multiprocessing helper functions
24 # @SUPPORTED_EAPIS: 5 6 7 8
25 +# @BLURB: multiprocessing helper functions
26 # @DESCRIPTION:
27 # The multiprocessing eclass contains a suite of utility functions
28 # that could be helpful to controlling parallel multiple job execution.