summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-21 06:38:32 +0100
committerSam James <sam@gentoo.org>2021-06-21 06:38:32 +0100
commitdbc4faf304995e2f20c4d98f714bb8cfde76a329 (patch)
tree79505ff3d90f1f2721e7933e0d854f4ebc4c07de /eclass
parentmultilib.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff)
downloadgentoo-dbc4faf304995e2f20c4d98f714bb8cfde76a329.tar.gz
gentoo-dbc4faf304995e2f20c4d98f714bb8cfde76a329.tar.bz2
gentoo-dbc4faf304995e2f20c4d98f714bb8cfde76a329.zip
multiprocessing.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/multiprocessing.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/multiprocessing.eclass b/eclass/multiprocessing.eclass
index 8363fa33bd12..c32bfaac2e6b 100644
--- a/eclass/multiprocessing.eclass
+++ b/eclass/multiprocessing.eclass
@@ -7,8 +7,8 @@
# @AUTHOR:
# Brian Harring <ferringb@gentoo.org>
# Mike Frysinger <vapier@gentoo.org>
-# @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.