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
commite965914e993dbae7007c544ab2abe648be27efc7 (patch)
tree509e18549120b31da3165d38af825743d147115f /net-mail/cyrus-imapd
parentMarked stable on mips. (diff)
downloadgentoo-2-e965914e993dbae7007c544ab2abe648be27efc7.tar.gz
gentoo-2-e965914e993dbae7007c544ab2abe648be27efc7.tar.bz2
gentoo-2-e965914e993dbae7007c544ab2abe648be27efc7.zip
configure option --with-idle=idled has been changed to --enable-idled.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r--net-mail/cyrus-imapd/ChangeLog5
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.3.1.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog
index 0604348d3be1..23721e494b86 100644
--- a/net-mail/cyrus-imapd/ChangeLog
+++ b/net-mail/cyrus-imapd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/cyrus-imapd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.79 2006/01/30 18:49:46 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.80 2006/02/20 06:13:37 langthang Exp $
+
+ 20 Feb 2006; Tuấn Văn <langthang@gentoo.org> cyrus-imapd-2.3.1.ebuild:
+ configure option --with-idle=idled has been changed to --enable-idled.
30 Jan 2006; Tuấn Văn <langthang@gentoo.org>
-cyrus-imapd-2.2.10.ebuild, -cyrus-imapd-2.2.10-r1.ebuild,
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 \