Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/
Date: Sun, 16 Feb 2020 13:51:10
Message-Id: 1581861004.fe49bdfaa08d27a0c740430d380edbc94de53957.asturm@gentoo
1 commit: fe49bdfaa08d27a0c740430d380edbc94de53957
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 12:52:13 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 13:50:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe49bdfa
7
8 kde-plasma/libksysguard: Fix signalplottertest
9
10 Closes: https://bugs.gentoo.org/695514
11 Package-Manager: Portage-2.3.82, Repoman-2.3.20
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-plasma/libksysguard/libksysguard-5.18.0.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild b/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild
18 index 0db3cf97651..a2c7081e91d 100644
19 --- a/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild
20 +++ b/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild
21 @@ -55,3 +55,7 @@ src_configure() {
22
23 ecm_src_configure
24 }
25 +
26 +src_test() {
27 + LC_NUMERIC="C" ecm_src_test # bug 695514
28 +}