summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-29 07:14:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-29 07:14:44 +0000
commita4fcebd05e1428e3902016b17a80e72f8b0a75db (patch)
tree8cd1ca7e1c3f0b27be8e2bc2565d1258430899f2 /eclass
parent9525761df067d9ef08c7d71dcc8f3ca6898a1472 (diff)
downloadbaldeagleos-repo-a4fcebd05e1428e3902016b17a80e72f8b0a75db.tar.gz
baldeagleos-repo-a4fcebd05e1428e3902016b17a80e72f8b0a75db.tar.xz
baldeagleos-repo-a4fcebd05e1428e3902016b17a80e72f8b0a75db.zip
Adding metadata
Diffstat (limited to 'eclass')
-rw-r--r--eclass/multiprocessing.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/multiprocessing.eclass b/eclass/multiprocessing.eclass
index 840d2d9ab2c8..6fdac2a0af63 100644
--- a/eclass/multiprocessing.eclass
+++ b/eclass/multiprocessing.eclass
@@ -87,9 +87,8 @@ get_makeopts_jobs() {
# @FUNCTION: makeopts_jobs
# @USAGE: [${MAKEOPTS}] [${inf:-$(( $(get_nproc) + 1 ))}]
-# @DEPRECATED: get_makeopts_jobs
# @DESCRIPTION:
-# This function is deprecated and banned in EAPI 9, use get_makeopts_jobs instead.
+# This function is banned in EAPI 9, use get_makeopts_jobs instead.
# Searches the arguments (or sensible defaults) and extracts the jobs number
# specified therein. Useful for running non-make tools in parallel too.
# i.e. if the user has MAKEOPTS=-j9, this will echo "9" -- we can't return the
@@ -130,9 +129,8 @@ get_makeopts_loadavg() {
# @FUNCTION: makeopts_loadavg
# @USAGE: [${MAKEOPTS}] [${inf:-999}]
-# @DEPRECATED: get_makeopts_loadavg
# @DESCRIPTION:
-# This function is deprecated and banned in EAPI 9, use get_makeopts_loadavg instead.
+# This function is banned in EAPI 9, use get_makeopts_loadavg instead.
# Searches the arguments (or sensible defaults) and extracts the value set
# for load-average. For make and ninja based builds this will mean new jobs are
# not only limited by the jobs-value, but also by the current load - which might