eclass/autotools: Sync with Gentoo

It's from Gentoo commit e0d9ef4199426dace9136289832e59e49d8c1460.
This commit is contained in:
Flatcar Buildbot 2025-04-28 07:14:31 +00:00
parent 41763527da
commit 11610ca99c

View File

@ -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