diff options
author | Sam James <sam@gentoo.org> | 2021-03-27 20:46:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-11 20:59:44 +0000 |
commit | c7bfb08288f13f2652d1000d66714e372796b8b0 (patch) | |
tree | 61e9eae2ea23eddcd74bb4308ba44a24d9687ca1 /eclass | |
parent | autotools.eclass: inherit eutils for < EAPI 7 for eqawarn (diff) | |
download | gentoo-c7bfb08288f13f2652d1000d66714e372796b8b0.tar.gz gentoo-c7bfb08288f13f2652d1000d66714e372796b8b0.tar.bz2 gentoo-c7bfb08288f13f2652d1000d66714e372796b8b0.zip |
autotools.eclass: convert ewarn to eqawarn
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 12bc559bda75..00654822fb2a 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 |