commit: 43adadcc0ac6b73ba617899fe3512e3610f6b940 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 11 15:21:39 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 11 15:21:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43adadcc
app-arch/libarchive: Run tests with C locale Closes: https://bugs.gentoo.org/736304 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/libarchive/libarchive-3.5.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild b/app-arch/libarchive/libarchive-3.5.1.ebuild index 427bce0c853..f258b0c01fc 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 }
