From 2cc5ba09184fe30fd61ed0e00464e09f7852b936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 1 Feb 2026 17:25:40 +0100 Subject: [PATCH] ninja-utils.eclass: Document _ninja_uses_jobserver as internal function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 1ffb358d7fa10..34987a7b66b9a 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).