From 11610ca99c08be4418c7ff05c7fa285fd5ea3562 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 28 Apr 2025 07:14:31 +0000 Subject: [PATCH] eclass/autotools: Sync with Gentoo It's from Gentoo commit e0d9ef4199426dace9136289832e59e49d8c1460. --- .../src/third_party/portage-stable/eclass/autotools.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass b/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass index 1545b88bc4..f37b848278 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/autotools.eclass @@ -598,7 +598,7 @@ autotools_run_tool() { done if [[ ${EBUILD_PHASE_FUNC} != "src_prepare" ]] ; then - eqawarn "Running '${1}' in ${EBUILD_PHASE_FUNC} phase" + eqawarn "QA Notice: Running '${1}' in ${EBUILD_PHASE_FUNC} phase" fi if ${missing_ok} && ! type -P ${1} >/dev/null ; then