commit:     bb4ceaa858ec575afc77f37795cd44d0e4ae104b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 18:36:02 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 18:45:21 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bb4ceaa8

ecm.eclass: Add "QA Notice:" to eqawarn

Bug: https://bugs.gentoo.org/813330
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/ecm.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass
index 0fb74141cc..9ec967cf27 100644
--- a/eclass/ecm.eclass
+++ b/eclass/ecm.eclass
@@ -589,7 +589,7 @@ ecm_src_prepare() {
                                diff -Naur ${f}.old ${f} 1>>${pf}
                                rm ${f}.old || die "Failed to clean up"
                        done
-                       eqawarn "Build system was 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."

Reply via email to