summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:54:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:54:47 +0000
commite007ea53bfdc202315f36cea9a5293fb0b725915 (patch)
treef539b0eb523e5a16a649c5dff431dce0975b3ab1 /net-mail/dovecot/dovecot-2.0_beta4.ebuild
parentMigrating away from deprecated postgres virtuals (diff)
downloadhistorical-e007ea53bfdc202315f36cea9a5293fb0b725915.tar.gz
historical-e007ea53bfdc202315f36cea9a5293fb0b725915.tar.bz2
historical-e007ea53bfdc202315f36cea9a5293fb0b725915.zip
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-mail/dovecot/dovecot-2.0_beta4.ebuild')
-rw-r--r--net-mail/dovecot/dovecot-2.0_beta4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/dovecot/dovecot-2.0_beta4.ebuild b/net-mail/dovecot/dovecot-2.0_beta4.ebuild
index 73cc9f20cf77..82b34aaa174c 100644
--- a/net-mail/dovecot/dovecot-2.0_beta4.ebuild
+++ b/net-mail/dovecot/dovecot-2.0_beta4.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-2.0_beta4.ebuild,v 1.2 2010/04/08 01:17:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0_beta4.ebuild,v 1.3 2010/06/17 20:52:06 patrick Exp $
EAPI="2"
@@ -28,7 +28,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 )"