From 43adadcc0ac6b73ba617899fe3512e3610f6b940 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 11 Jan 2021 16:21:39 +0100 Subject: app-arch/libarchive: Run tests with C locale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/736304 Signed-off-by: Michał Górny --- app-arch/libarchive/libarchive-3.5.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app-arch/libarchive') diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild b/app-arch/libarchive/libarchive-3.5.1.ebuild index 427bce0c8532..f258b0c01fc9 100644 --- a/app-arch/libarchive/libarchive-3.5.1.ebuild +++ b/app-arch/libarchive/libarchive-3.5.1.ebuild @@ -106,6 +106,8 @@ multilib_src_test() { # sandbox is breaking long symlink behavior local -x SANDBOX_ON=0 local -x LD_PRELOAD= + # some locales trigger different output that breaks tests + local -x LC_ALL=C emake check } -- cgit v1.2.3-65-gdbad