diff options
author | 2009-10-03 15:58:09 +0000 | |
---|---|---|
committer | 2009-10-03 15:58:09 +0000 | |
commit | eee78e1dadebfe1648b5f7b5ba865a70a3e325ee (patch) | |
tree | e8a258a696beca7aee7167300b77795b1e3be707 /net-mail | |
parent | Dep cleanup. (diff) | |
download | gentoo-2-eee78e1dadebfe1648b5f7b5ba865a70a3e325ee.tar.gz gentoo-2-eee78e1dadebfe1648b5f7b5ba865a70a3e325ee.tar.bz2 gentoo-2-eee78e1dadebfe1648b5f7b5ba865a70a3e325ee.zip |
Don't enable mbox by default
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 8cf1b3426a19..6682bd4ba1af 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/dovecot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.210 2009/09/29 13:17:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.211 2009/10/03 15:58:09 patrick Exp $ + + 03 Oct 2009; Patrick Lauer <patrick@gentoo.org> dovecot-1.2.4.ebuild: + Don't enable mbox by default 29 Sep 2009; Patrick Lauer <patrick@gentoo.org> dovecot-1.2.4.ebuild: Default-enable maildir and other useflags. Fixes #286922 diff --git a/net-mail/dovecot/dovecot-1.2.4.ebuild b/net-mail/dovecot/dovecot-1.2.4.ebuild index 56cd8b658736..3a22e1d71f4e 100644 --- a/net-mail/dovecot/dovecot-1.2.4.ebuild +++ b/net-mail/dovecot/dovecot-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v 1.6 2009/09/29 13:17:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.4.ebuild,v 1.7 2009/10/03 15:58:09 patrick Exp $ EAPI="2" @@ -22,7 +22,7 @@ SLOT="0" LICENSE="LGPL-2.1" # MIT too? KEYWORDS="~amd64 ~x86" -IUSE="berkdb bzip2 caps cydir dbox doc kerberos ldap +maildir managesieve +mbox mysql pam postgres sieve sqlite +ssl suid vpopmail zlib" +IUSE="berkdb bzip2 caps cydir dbox doc kerberos ldap +maildir managesieve mbox mysql pam postgres sieve sqlite +ssl suid vpopmail zlib" DEPEND="berkdb? ( sys-libs/db ) caps? ( sys-libs/libcap ) |