commit: dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 6 09:27:39 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 14:07:24 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd11325a
kde5.eclass: Use eqawarn for KDE_TEST=forceoptional-recursive
eclass/kde5.eclass | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f984ce95e6..586aad4b04 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -592,10 +592,10 @@ kde5_src_prepare() {
diff -Naur ${f}.old ${f} 1>>${pf}
rm ${f}.old || die "Failed to clean up"
done
- einfo "Build system was modified by
KDE_TEST=forceoptional-recursive."
- einfo "Unified diff file ready for pickup in:"
- einfo " ${pf}"
- einfo "Push it upstream to make this message go away."
+ eqawarn "Build system was modified by
KDE_TEST=forceoptional-recursive."
+ eqawarn "Unified diff file ready for pickup in:"
+ eqawarn " ${pf}"
+ eqawarn "Push it upstream to make this message go away."
elif [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} =
kde-plasma || ${CATEGORY} = kde-apps ]] ; then
cmake_comment_add_subdirectory autotests test tests
fi