commit: 2cc5ba09184fe30fd61ed0e00464e09f7852b936
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 1 16:25:40 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 17:24:00 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc5ba09
ninja-utils.eclass: Document _ninja_uses_jobserver as internal function
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
eclass/ninja-utils.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass
index 1ffb358d7fa1..34987a7b66b9 100644
--- a/eclass/ninja-utils.eclass
+++ b/eclass/ninja-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ninja-utils.eclass
@@ -73,6 +73,7 @@ case ${NINJA} in
esac
# @FUNCTION: _ninja_uses_jobserver
+# @INTERNAL
# @DESCRIPTION:
# Return true if current ${NINJA} has jobserver support and we have one
# running (via MAKEFLAGS).