diff options
| author | Sam James <sam@gentoo.org> | 2025-04-23 11:11:26 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-23 16:15:16 +0100 |
| commit | db16f59d43b278ec7047deda4e7faa3c82940892 (patch) | |
| tree | a0ec379cb820c53e185fedc82ab6aff8454a7707 | |
| parent | e5ef944fb0fed952cd0344f67c052c0d7ecdbfea (diff) | |
| download | gentoo-db16f59d43b278ec7047deda4e7faa3c82940892.tar.gz gentoo-db16f59d43b278ec7047deda4e7faa3c82940892.tar.bz2 gentoo-db16f59d43b278ec7047deda4e7faa3c82940892.zip | |
ecm.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@gentoo.org>
| -rw-r--r-- | eclass/ecm.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 9caaf59cb3fa..7a3d51c9913a 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -498,7 +498,7 @@ if [[ ${EAPI} == 8 ]]; then # Determine if the current GCC version is acceptable, otherwise die. _ecm_deprecated_check_gcc_version() { if ver_test ${KFMIN} -ge 6.9; then - eqawarn "QA notice: ecm_pkg_${1} has become a no-op." + eqawarn "QA Notice: ecm_pkg_${1} has become a no-op." eqawarn "It is no longer being exported with KFMIN >=6.9.0." else [[ ${MERGE_TYPE} != binary && -v KDE_GCC_MINIMAL ]] && @@ -592,7 +592,7 @@ ecm_src_prepare() { diff -Naur ${f}.old ${f} 1>>${pf} rm ${f}.old || die "Failed to clean up" done - eqawarn "QA notice: Build system modified by ECM_TEST=forceoptional-recursive." + eqawarn "QA Notice: Build system modified by ECM_TEST=forceoptional-recursive." eqawarn "Unified diff file ready for pickup in:" eqawarn " ${pf}" eqawarn "Push it upstream to make this message go away." @@ -780,7 +780,7 @@ if [[ ${EAPI} == 8 ]]; then # Carryall for ecm_pkg_preinst, ecm_pkg_postinst and ecm_pkg_postrm. _ecm_nongui_deprecated() { if ver_test ${KFMIN} -ge 6.9; then - eqawarn "QA notice: ecm_pkg_${1} has become a no-op." + eqawarn "QA Notice: ecm_pkg_${1} has become a no-op." eqawarn "It is no longer being exported with KFMIN >=6.9.0." else case ${ECM_NONGUI} in |
