commit: c7bfb08288f13f2652d1000d66714e372796b8b0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 20:46:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:59:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bfb082
autotools.eclass: convert ewarn to eqawarn
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 12bc559bda7..00654822fb2 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -528,7 +528,7 @@ autotools_run_tool() {
done
if [[ ${EBUILD_PHASE} != "unpack" && ${EBUILD_PHASE} != "prepare" ]];
then
- ewarn "QA Warning: running '$1' in ${EBUILD_PHASE} phase"
+ eqawarn "Running '$1' in ${EBUILD_PHASE} phase"
fi
if ${missing_ok} && ! type -P ${1} >/dev/null ; then