diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-20 16:36:42 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-20 16:36:42 +0000 |
commit | a683eddc8c00230479c7c4525e51ca5e8b3e63a0 (patch) | |
tree | b2a062ecff5ece6380b2f4bafd8d34f20dffd1aa /net-mail | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-a683eddc8c00230479c7c4525e51ca5e8b3e63a0.tar.gz gentoo-2-a683eddc8c00230479c7c4525e51ca5e8b3e63a0.tar.bz2 gentoo-2-a683eddc8c00230479c7c4525e51ca5e8b3e63a0.zip |
keyworded ~alpha wrt #93325
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-0.99.14-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 040cd1fb3013..f268961e7a26 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.25 2005/05/16 20:24:47 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.26 2005/05/20 16:36:42 ferdy Exp $ + + 20 May 2005; Fernando J. Pereda <ferdy@gentoo.org> + dovecot-0.99.14-r1.ebuild: + keyworded ~alpha wrt #93325 16 May 2005; Jason Wever <weeve@gentoo.org> dovecot-0.99.14-r1.ebuild: Stable on SPARC. diff --git a/net-mail/dovecot/dovecot-0.99.14-r1.ebuild b/net-mail/dovecot/dovecot-0.99.14-r1.ebuild index 834552fb0dec..996be4f47830 100644 --- a/net-mail/dovecot/dovecot-0.99.14-r1.ebuild +++ b/net-mail/dovecot/dovecot-0.99.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.14-r1.ebuild,v 1.5 2005/05/16 20:24:47 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.14-r1.ebuild,v 1.6 2005/05/20 16:36:42 ferdy Exp $ IUSE="debug ipv6 ldap mbox pam postgres sasl ssl gnutls vpopmail nopop3d mysql" inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://dovecot.org/releases/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="~alpha ~amd64 ppc sparc x86" #PROVIDE="virtual/imapd" |