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 EE357138334 for ; Sun, 22 Dec 2019 14:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C3ECE0A5A; Sun, 22 Dec 2019 14:01:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 10727E0A5A for ; Sun, 22 Dec 2019 14:01:10 +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 CF2D534DA73 for ; Sun, 22 Dec 2019 14:01:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552F1BF79 for ; Sun, 22 Dec 2019 14:01:08 +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: <1577022943.f62323f4fac01add547a678fc3b8a9ca9224f5e2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libksysguard/libksysguard-5.17.49.9999.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f62323f4fac01add547a678fc3b8a9ca9224f5e2 X-VCS-Branch: master Date: Sun, 22 Dec 2019 14:01:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af26ea0b-2bba-45cc-8875-905d29128702 X-Archives-Hash: 92098b431d781b885f04873202eec56d commit: f62323f4fac01add547a678fc3b8a9ca9224f5e2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 22 12:52:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 22 13:55:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f62323f4 kde-plasma/libksysguard: Fix signalplottertest Closes: https://bugs.gentoo.org/695514 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libksysguard/libksysguard-5.17.49.9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/libksysguard/libksysguard-5.17.49.9999.ebuild b/kde-plasma/libksysguard/libksysguard-5.17.49.9999.ebuild index 40be5648c1..69ecea77e6 100644 --- a/kde-plasma/libksysguard/libksysguard-5.17.49.9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-5.17.49.9999.ebuild @@ -55,3 +55,7 @@ src_configure() { ecm_src_configure } + +src_test() { + LC_NUMERIC="C" ecm_src_test # bug 695514 +}