diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 15:46:33 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 15:46:33 +0000 |
commit | 981f48929719c8b28a84625abd2a34ab732c7e53 (patch) | |
tree | 52d4592163597ef1ce440fdc79fe421a02559ccf /net-mail | |
parent | fixed bugref in Changelog (diff) | |
download | gentoo-2-981f48929719c8b28a84625abd2a34ab732c7e53.tar.gz gentoo-2-981f48929719c8b28a84625abd2a34ab732c7e53.tar.bz2 gentoo-2-981f48929719c8b28a84625abd2a34ab732c7e53.zip |
Stable on Alpha, bug 155654.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0_rc15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index a455d8a380e1..52daad4f8809 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.78 2006/11/23 16:17:20 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.79 2006/11/25 15:46:33 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + dovecot-1.0_rc15.ebuild: + Stable on Alpha, bug 155654. 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> dovecot-1.0_beta8.ebuild, dovecot-1.0_rc15.ebuild: diff --git a/net-mail/dovecot/dovecot-1.0_rc15.ebuild b/net-mail/dovecot/dovecot-1.0_rc15.ebuild index 10092803607b..e8795451b8e3 100644 --- a/net-mail/dovecot/dovecot-1.0_rc15.ebuild +++ b/net-mail/dovecot/dovecot-1.0_rc15.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/dovecot/dovecot-1.0_rc15.ebuild,v 1.7 2006/11/23 16:17:20 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc15.ebuild,v 1.8 2006/11/25 15:46:33 kloeri Exp $ inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://dovecot.org/releases/${MY_P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ppc sparc x86" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="debug doc ipv6 kerberos ldap mbox mysql pop3d pam postgres ssl vpopmail" |