Skip to content

Commit

Permalink
kde-apps/kcalc: Fix tests by setting LC_NUMERIC="C"
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/950210
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 2, 2025
1 parent ea801eb commit 311b9b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kde-apps/kcalc/kcalc-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="sys-devel/gettext"

src_test() {
LC_NUMERIC="C" ecm_src_test
}
4 changes: 4 additions & 0 deletions kde-apps/kcalc/kcalc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="sys-devel/gettext"

src_test() {
LC_NUMERIC="C" ecm_src_test
}

0 comments on commit 311b9b7

Please sign in to comment.