summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-04-23 11:11:26 +0100
committerSam James <sam@gentoo.org>2025-04-23 16:57:57 +0100
commitd11145099dba64aa020de03768cd1346390687c9 (patch)
treeb5123c0a13cdc4bb7af15084faab8a068e80299c
parentb43118a71269ce510a8874ed58bc7f09c9181e42 (diff)
downloadkde-d11145099dba64aa020de03768cd1346390687c9.tar.gz
kde-d11145099dba64aa020de03768cd1346390687c9.tar.bz2
kde-d11145099dba64aa020de03768cd1346390687c9.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.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index 52f4288c7a4..a5a23587f51 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