diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-08-30 07:47:47 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-08-30 07:47:47 +0000 |
commit | d7cb9427861cc1cffafdcf5a9a3f87695e50cd92 (patch) | |
tree | 4d7e7fe34ccd1372d975ba776c7f3192cd60ec84 | |
parent | stable on amd64 (diff) | |
download | gentoo-2-d7cb9427861cc1cffafdcf5a9a3f87695e50cd92.tar.gz gentoo-2-d7cb9427861cc1cffafdcf5a9a3f87695e50cd92.tar.bz2 gentoo-2-d7cb9427861cc1cffafdcf5a9a3f87695e50cd92.zip |
stable on amd64
(Portage version: 2.1.1_rc1)
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0_beta8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 4352a4c32c72..c9a930bcb238 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # 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.62 2006/08/20 12:28:03 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.63 2006/08/30 07:47:47 blubb Exp $ + + 30 Aug 2006; <blubb@gentoo.org> dovecot-1.0_beta8.ebuild: + stable on amd64 20 Aug 2006; Roy Marples <uberlord@gentoo.org> dovecot-1.0_rc7.ebuild: Fix no ipv6 support, #144450 thanks to Marcin Deranek. diff --git a/net-mail/dovecot/dovecot-1.0_beta8.ebuild b/net-mail/dovecot/dovecot-1.0_beta8.ebuild index 8d3c082b9821..b70e2ea9e560 100644 --- a/net-mail/dovecot/dovecot-1.0_beta8.ebuild +++ b/net-mail/dovecot/dovecot-1.0_beta8.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_beta8.ebuild,v 1.5 2006/05/14 16:53:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_beta8.ebuild,v 1.6 2006/08/30 07:47:47 blubb Exp $ inherit 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 ipv6 kerberos ldap mbox mysql pop3d pam postgres ssl vpopmail" |