diff options
author | 2004-06-04 08:54:36 +0000 | |
---|---|---|
committer | 2004-06-04 08:54:36 +0000 | |
commit | a294f6de7990a16a7b9d93266851685aac5ab566 (patch) | |
tree | faa79d812ee04256f18f945722ce0a70af35ff1c /net-mail/dovecot | |
parent | added skey for app-crypt/johntheripper (diff) | |
download | gentoo-2-a294f6de7990a16a7b9d93266851685aac5ab566.tar.gz gentoo-2-a294f6de7990a16a7b9d93266851685aac5ab566.tar.bz2 gentoo-2-a294f6de7990a16a7b9d93266851685aac5ab566.zip |
Added to ~ppc
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-0.99.10.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 03c3cb3cdc35..0ec427222ddf 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.6 2004/05/30 19:15:35 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.7 2004/06/04 08:54:36 dholm Exp $ + + 03 Jun 2004; David Holm <dholm@gentoo.org> dovecot-0.99.10.5.ebuild: + Added to ~ppc. 30 May 2004; Grant Goodyear <g2boojum@gentoo.org> dovecot-0.99.10.4.ebuild: Added "gnutls" to IUSE and fixed ssl certificate handling diff --git a/net-mail/dovecot/dovecot-0.99.10.5.ebuild b/net-mail/dovecot/dovecot-0.99.10.5.ebuild index d2121d5bc8f5..d8806f5c703a 100644 --- a/net-mail/dovecot/dovecot-0.99.10.5.ebuild +++ b/net-mail/dovecot/dovecot-0.99.10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.10.5.ebuild,v 1.1 2004/05/30 04:58:38 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-0.99.10.5.ebuild,v 1.2 2004/06/04 08:54:36 dholm Exp $ IUSE="debug ipv6 ldap mbox pam postgres sasl ssl gnutls vpopmail nopop3d" @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~amd64 ~sparc" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" #PROVIDE="virtual/imapd" |