summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-22 13:52:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-16 14:50:04 +0100
commitfe49bdfaa08d27a0c740430d380edbc94de53957 (patch)
treefe9068ce71eabf86f2516b44e54d27787a2ba748
parentmedia-sound/frescobaldi: python3_8 (diff)
downloadgentoo-fe49bdfaa08d27a0c740430d380edbc94de53957.tar.gz
gentoo-fe49bdfaa08d27a0c740430d380edbc94de53957.tar.bz2
gentoo-fe49bdfaa08d27a0c740430d380edbc94de53957.zip
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 <asturm@gentoo.org>
-rw-r--r--kde-plasma/libksysguard/libksysguard-5.18.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild b/kde-plasma/libksysguard/libksysguard-5.18.0.ebuild
index 0db3cf97651d..a2c7081e91dc 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
+}