diff options
author | Sam James <sam@gentoo.org> | 2021-10-09 03:52:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-09 03:52:10 +0100 |
commit | 2fad4b8f71e5882db009efcb1f3b5ce749906aee (patch) | |
tree | b47f9ee46707524b23855e74a1da0fc1ea2c4de4 /net-mail | |
parent | dev-perl/Astro-FITS-Header: Remove old (diff) | |
download | gentoo-2fad4b8f71e5882db009efcb1f3b5ce749906aee.tar.gz gentoo-2fad4b8f71e5882db009efcb1f3b5ce749906aee.tar.bz2 gentoo-2fad4b8f71e5882db009efcb1f3b5ce749906aee.zip |
net-mail/cyrus-imapd: build tests conditionally
Closes: https://bugs.gentoo.org/817002
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild index 314a790e39a4..3c1ae3f5e26a 100644 --- a/net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild +++ b/net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild @@ -114,7 +114,6 @@ src_configure() { # - revisit --with-sphinx-build=no? (it's docs this time, not the search engine) # - post-emerge message re lmdb removal? econf \ - --enable-unit-tests \ --enable-murder \ --enable-idled \ --enable-autocreate \ @@ -149,6 +148,7 @@ src_configure() { $(use_enable static-libs static) \ $(use_with tcpd libwrap) \ $(use_enable xapian) \ + $(use_enable test unit-tests) \ ${myconf} } |