commit: bc229a2fee5c750c618f04489979bf97e9c47865 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 27 01:36:23 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 27 01:36:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc229a2f
net-mail/dovecot: disable Valgrind tests Bug: https://bugs.gentoo.org/340791 Closes: https://bugs.gentoo.org/807178 Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/dovecot/dovecot-2.3.20-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-mail/dovecot/dovecot-2.3.20-r1.ebuild b/net-mail/dovecot/dovecot-2.3.20-r1.ebuild index 92c11fffdf35..a7ba66d96a56 100644 --- a/net-mail/dovecot/dovecot-2.3.20-r1.ebuild +++ b/net-mail/dovecot/dovecot-2.3.20-r1.ebuild @@ -175,6 +175,9 @@ src_compile() { } src_test() { + # bug #340791 and bug #807178 + local -x NOVALGRIND=true + default if use sieve || use managesieve; then cd "../dovecot-${major_minor}-pigeonhole-${sieve_version}" || die "cd failed"
