Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/
Date: Sat, 09 Oct 2021 03:20:24
Message-Id: 1633747930.2fad4b8f71e5882db009efcb1f3b5ce749906aee.sam@gentoo
1 commit: 2fad4b8f71e5882db009efcb1f3b5ce749906aee
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 02:52:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 02:52:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fad4b8f
7
8 net-mail/cyrus-imapd: build tests conditionally
9
10 Closes: https://bugs.gentoo.org/817002
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index 314a790e39a..3c1ae3f5e26 100644
18 --- a/net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild
19 +++ b/net-mail/cyrus-imapd/cyrus-imapd-3.4.2-r1.ebuild
20 @@ -114,7 +114,6 @@ src_configure() {
21 # - revisit --with-sphinx-build=no? (it's docs this time, not the search engine)
22 # - post-emerge message re lmdb removal?
23 econf \
24 - --enable-unit-tests \
25 --enable-murder \
26 --enable-idled \
27 --enable-autocreate \
28 @@ -149,6 +148,7 @@ src_configure() {
29 $(use_enable static-libs static) \
30 $(use_with tcpd libwrap) \
31 $(use_enable xapian) \
32 + $(use_enable test unit-tests) \
33 ${myconf}
34 }