Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Tue, 12 Jun 2018 14:21:39
Message-Id: 1528812444.dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0.asturm@gentoo
1 commit: dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 6 09:27:39 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 14:07:24 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd11325a
7
8 kde5.eclass: Use eqawarn for KDE_TEST=forceoptional-recursive
9
10 eclass/kde5.eclass | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
14 index f984ce95e6..586aad4b04 100644
15 --- a/eclass/kde5.eclass
16 +++ b/eclass/kde5.eclass
17 @@ -592,10 +592,10 @@ kde5_src_prepare() {
18 diff -Naur ${f}.old ${f} 1>>${pf}
19 rm ${f}.old || die "Failed to clean up"
20 done
21 - einfo "Build system was modified by KDE_TEST=forceoptional-recursive."
22 - einfo "Unified diff file ready for pickup in:"
23 - einfo " ${pf}"
24 - einfo "Push it upstream to make this message go away."
25 + eqawarn "Build system was modified by KDE_TEST=forceoptional-recursive."
26 + eqawarn "Unified diff file ready for pickup in:"
27 + eqawarn " ${pf}"
28 + eqawarn "Push it upstream to make this message go away."
29 elif [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma || ${CATEGORY} = kde-apps ]] ; then
30 cmake_comment_add_subdirectory autotests test tests
31 fi