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 4DB95138350 for ; Sun, 16 Feb 2020 13:51:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C81BE086A; Sun, 16 Feb 2020 13:51:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 56BA6E086A for ; Sun, 16 Feb 2020 13:51:09 +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 11B2834EB5D for ; Sun, 16 Feb 2020 13:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D09610C for ; Sun, 16 Feb 2020 13:51:05 +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: <1581861004.fe49bdfaa08d27a0c740430d380edbc94de53957.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.18.0.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe49bdfaa08d27a0c740430d380edbc94de53957 X-VCS-Branch: master Date: Sun, 16 Feb 2020 13:51:05 +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: 954d015f-7720-4eeb-aeb4-caaae73d359f X-Archives-Hash: 04d1c8bb74cdcee757d155f38c246dd2 commit: fe49bdfaa08d27a0c740430d380edbc94de53957 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 22 12:52:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 16 13:50:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe49bdfa 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.18.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild b/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild index 0db3cf97651..a2c7081e91d 100644 --- a/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild +++ b/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild @@ -55,3 +55,7 @@ src_configure() { ecm_src_configure } + +src_test() { + LC_NUMERIC="C" ecm_src_test # bug 695514 +}