This makes life easier for tinderboxes, but we should improve this in some future EAPI.
Signed-off-by: Sam James <s...@gentoo.org> --- eclass/autotools.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 1545b88bc4263..bb33d251ce997 100644 --- a/eclass/autotools.eclass +++ b/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 -- 2.49.0