diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-11-08 20:47:58 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-11-08 20:47:58 +0000 |
commit | 3cb3eb0a72543f8993fbd2217780bdc9e20507b5 (patch) | |
tree | 8390a596cf3d54dce8c32c48d13957fadc16845c /net-mail/dovecot | |
parent | Stable on alpha, bug #239130 (diff) | |
download | gentoo-2-3cb3eb0a72543f8993fbd2217780bdc9e20507b5.tar.gz gentoo-2-3cb3eb0a72543f8993fbd2217780bdc9e20507b5.tar.bz2 gentoo-2-3cb3eb0a72543f8993fbd2217780bdc9e20507b5.zip |
Stable on alpha, bug #245316
(Portage version: 2.2_rc13/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 4db651363769..e2cefbb13fe0 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.188 2008/11/06 09:12:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.189 2008/11/08 20:47:58 klausman Exp $ + + 08 Nov 2008; Tobias Klausmann <klausman@gentoo.org> + dovecot-1.1.6-r1.ebuild: + Stable on alpha, bug #245316 06 Nov 2008; Raúl Porcel <armin76@gentoo.org> dovecot-1.1.6.ebuild: alpha/sparc stable wrt #244962 diff --git a/net-mail/dovecot/dovecot-1.1.6-r1.ebuild b/net-mail/dovecot/dovecot-1.1.6-r1.ebuild index 7cb45fe451d0..d94a3522c1b7 100644 --- a/net-mail/dovecot/dovecot-1.1.6-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.6-r1.ebuild,v 1.1 2008/11/03 17:22:59 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.6-r1.ebuild,v 1.2 2008/11/08 20:47:58 klausman Exp $ inherit autotools eutils ssl-cert versionator @@ -23,7 +23,7 @@ HOMEPAGE="http://www.dovecot.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="debug doc ipv6 kerberos ldap managesieve mbox mysql pop3d pam postgres sieve sqlite3 ssl suid vpopmail" |