summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-06 11:27:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-12 16:07:24 +0200
commitdd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0 (patch)
treed5e621fd17447cce6f5d217a99fecc562ce5e19d /eclass
parentf9e5adb8089ae542b26a5d0f21c436cfd2217144 (diff)
downloadkde-dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0.tar.gz
kde-dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0.tar.bz2
kde-dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0.zip
kde5.eclass: Use eqawarn for KDE_TEST=forceoptional-recursive
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f984ce95e60..586aad4b04c 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