From bc229a2fee5c750c618f04489979bf97e9c47865 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 27 Mar 2023 02:36:23 +0100 Subject: net-mail/dovecot: disable Valgrind tests Bug: https://bugs.gentoo.org/340791 Closes: https://bugs.gentoo.org/807178 Signed-off-by: Sam James --- 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" -- cgit v1.2.3-18-g5258