diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-16 19:36:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-16 23:27:21 +0100 |
commit | 7bd56676554f78828c3c927c5bb90845a52cf841 (patch) | |
tree | 52d06678a32c6079adce4d7b12c338f893d38082 /eclass | |
parent | ecm.eclass: Unexport pkg_setup w/ KFMIN >=6.9, drop KDE_GCC_MINIMAL (diff) | |
download | gentoo-7bd56676554f78828c3c927c5bb90845a52cf841.tar.gz gentoo-7bd56676554f78828c3c927c5bb90845a52cf841.tar.bz2 gentoo-7bd56676554f78828c3c927c5bb90845a52cf841.zip |
ecm.eclass: Add "QA Notice:" to eqawarn
Closes: https://bugs.gentoo.org/813330
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ecm.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index dbb7f64d6fa5..e433952903e8 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." |