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 A9DA2138334 for ; Sun, 22 Dec 2019 12:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB30EE09D7; Sun, 22 Dec 2019 12:52:52 +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 AEC77E09D7 for ; Sun, 22 Dec 2019 12:52:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3C55D34DA75 for ; Sun, 22 Dec 2019 12:52:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 282B8AB7F for ; Sun, 22 Dec 2019 12:52:49 +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: <1577019156.497e4d3c664ba083f1a4dfe8a319612dc40735ef.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/libksysguard/libksysguard-5.17.4.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 497e4d3c664ba083f1a4dfe8a319612dc40735ef X-VCS-Branch: master Date: Sun, 22 Dec 2019 12:52:49 +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: 553d3fb8-3c0f-46a7-b752-4958481c8b32 X-Archives-Hash: 5d11d023cca5ff3aa51e863389b25df5 commit: 497e4d3c664ba083f1a4dfe8a319612dc40735ef Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 22 12:52:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 22 12:52:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497e4d3c 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.4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/libksysguard/libksysguard-5.17.4.ebuild b/kde-plasma/libksysguard/libksysguard-5.17.4.ebuild index 84405639255..e28b41f7d03 100644 --- a/kde-plasma/libksysguard/libksysguard-5.17.4.ebuild +++ b/kde-plasma/libksysguard/libksysguard-5.17.4.ebuild @@ -55,3 +55,7 @@ src_configure() { ecm_src_configure } + +src_test() { + LC_NUMERIC="C" ecm_src_test # bug 695514 +}