summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2006-02-20 06:13:37 +0000
committerTuan Van <langthang@gentoo.org>2006-02-20 06:13:37 +0000
commit89327ec20c2c842c8d4ff1be7b1ccb66d8f1a3e7 (patch)
tree9a4ae5c990bf84ff0ad212b0797fca98914af4d8 /net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild
parentMarked stable on mips. (diff)
downloadhistorical-89327ec20c2c842c8d4ff1be7b1ccb66d8f1a3e7.tar.gz
historical-89327ec20c2c842c8d4ff1be7b1ccb66d8f1a3e7.tar.bz2
historical-89327ec20c2c842c8d4ff1be7b1ccb66d8f1a3e7.zip
configure option --with-idle=idled has been changed to --enable-idled.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild')
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild
index a06be78704e6..5217a2755c75 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild,v 1.1 2006/01/10 20:32:55 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild,v 1.2 2006/02/20 06:13:37 langthang Exp $
inherit eutils ssl-cert gnuconfig fixheadtails
@@ -162,12 +162,7 @@ src_compile() {
myconf="${myconf} $(use_with snmp ucdsnmp)"
myconf="${myconf} $(use_with tcpd libwrap)"
myconf="${myconf} $(use_enable kerberos gssapi)"
-
- if use idled; then
- myconf="${myconf} --with-idle=idled"
- else
- myconf="${myconf} --with-idle=poll"
- fi
+ myconf="${myconf} $(use_enable idled)"
econf \
--enable-murder \