From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CBD62138335 for ; Tue, 12 Jun 2018 14:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7458DE087B; Tue, 12 Jun 2018 14:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA4DE087B for ; Tue, 12 Jun 2018 14:21:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ED8D335C80 for ; Tue, 12 Jun 2018 14:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94AE32BE for ; Tue, 12 Jun 2018 14:21:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528812444.dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0 X-VCS-Branch: master Date: Tue, 12 Jun 2018 14:21:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e92642e-e722-4b9e-9d98-994cc768fec4 X-Archives-Hash: f4df63405ed3133d7922e635d4dfe2d1 commit: dd11325ae36aaa40e7c2bf96c4de6f22fa3f13a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 6 09:27:39 2018 +0000 Commit: Andreas Sturmlechner gentoo 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