summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/dovecot/dovecot-2.3.20-r1.ebuild')
-rw-r--r--net-mail/dovecot/dovecot-2.3.20-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
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"