summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-27 02:36:23 +0100
committerSam James <sam@gentoo.org>2023-03-27 02:36:23 +0100
commitbc229a2fee5c750c618f04489979bf97e9c47865 (patch)
tree63b85aa0f00490463350e945f84e10248b2ec6aa /net-mail/dovecot
parentsys-fs/fuse: add 3.14.1 (diff)
downloadgentoo-bc229a2fee5c750c618f04489979bf97e9c47865.tar.gz
gentoo-bc229a2fee5c750c618f04489979bf97e9c47865.tar.bz2
gentoo-bc229a2fee5c750c618f04489979bf97e9c47865.zip
net-mail/dovecot: disable Valgrind tests
Bug: https://bugs.gentoo.org/340791 Closes: https://bugs.gentoo.org/807178 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail/dovecot')
-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"