commit: e0d9ef4199426dace9136289832e59e49d8c1460
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 10:09:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 15:15:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d9ef41
autotools.eclass: use 'QA Notice:' prefix in eqawarn
This makes life easier for tinderboxes, but we should improve this in some
future
EAPI.
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/autotools.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 1545b88bc426..f37b8482781f 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