From d39f15cd8ce83c1919c90df479853b654df85e60 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Mar 2026 07:27:00 +0000 Subject: [PATCH] eclass/ninja-utils: Sync with Gentoo It's from Gentoo commit 2cc5ba09184fe30fd61ed0e00464e09f7852b936. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/ninja-utils.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/ninja-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/ninja-utils.eclass index 1ffb358d7f..34987a7b66 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ninja-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/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).