diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-02 10:33:51 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-11-02 10:33:51 +0000 |
commit | c9412742e7f429da27300a6056c0d34966bd76ac (patch) | |
tree | 5faa4ef3abdedeec15a5cae791c3a73ad6f3cd28 /net-mail/dovecot/dovecot-1.1.6.ebuild | |
parent | Fix compilation errors when build against kernel 2.6.27, thanks to Aleksandar... (diff) | |
download | historical-c9412742e7f429da27300a6056c0d34966bd76ac.tar.gz historical-c9412742e7f429da27300a6056c0d34966bd76ac.tar.bz2 historical-c9412742e7f429da27300a6056c0d34966bd76ac.zip |
ppc stable, bug #244962
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.25-gentoo-r7 x86_64
Diffstat (limited to 'net-mail/dovecot/dovecot-1.1.6.ebuild')
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/dovecot/dovecot-1.1.6.ebuild b/net-mail/dovecot/dovecot-1.1.6.ebuild index a79b6c81958a..6c5595a34248 100644 --- a/net-mail/dovecot/dovecot-1.1.6.ebuild +++ b/net-mail/dovecot/dovecot-1.1.6.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.ebuild,v 1.2 2008/11/01 23:57:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.6.ebuild,v 1.3 2008/11/02 10:33:51 dertobi123 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" |