diff options
author | 2010-06-17 20:52:06 +0000 | |
---|---|---|
committer | 2010-06-17 20:52:06 +0000 | |
commit | 36c0fc01530c008a5687b5a26bc788a3c106473e (patch) | |
tree | 23ff85f7186ae29a337afcd42b91764f85a4cbfc /net-mail/dovecot/dovecot-1.2.11-r2.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-36c0fc01530c008a5687b5a26bc788a3c106473e.tar.gz gentoo-2-36c0fc01530c008a5687b5a26bc788a3c106473e.tar.bz2 gentoo-2-36c0fc01530c008a5687b5a26bc788a3c106473e.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/dovecot/dovecot-1.2.11-r2.ebuild')
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/dovecot/dovecot-1.2.11-r2.ebuild b/net-mail/dovecot/dovecot-1.2.11-r2.ebuild index dc4df4dd4bf8..2156680b8930 100644 --- a/net-mail/dovecot/dovecot-1.2.11-r2.ebuild +++ b/net-mail/dovecot/dovecot-1.2.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.11-r2.ebuild,v 1.1 2010/05/04 06:54:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.11-r2.ebuild,v 1.2 2010/06/17 20:52:06 patrick Exp $ EAPI="2" @@ -30,7 +30,7 @@ DEPEND="berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) vpopmail? ( net-mail/vpopmail )" |