commit: fe25eb987c3d7ef168488a43fe2f3bfc30884398 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 30 20:37:02 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 31 06:21:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe25eb98
app-crypt/sequoia-chameleon-gnupg: Override TMPDIR to fix tests Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44387 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild index 8839976d37c1..bf5939ddc3bf 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild @@ -81,6 +81,10 @@ src_configure() { } src_test() { + # long temporary file paths change output wrapping which leads + # to completely confusing test failures + local -x TMPDIR=/tmp + xdg_environment_reset RUST_BACKTRACE=full cargo_src_test -vv }
