diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:26:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:26:46 +0000 |
commit | bbacf3c434cfce093b8e23e3dac1db2a302a1118 (patch) | |
tree | f370e123a4a1eff27439eafe3b0bb60805c77fb3 /mail-mta/postfix/postfix-2.6.6.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-bbacf3c434cfce093b8e23e3dac1db2a302a1118.tar.gz gentoo-2-bbacf3c434cfce093b8e23e3dac1db2a302a1118.tar.bz2 gentoo-2-bbacf3c434cfce093b8e23e3dac1db2a302a1118.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/postfix/postfix-2.6.6.ebuild')
-rw-r--r-- | mail-mta/postfix/postfix-2.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/postfix-2.6.6.ebuild b/mail-mta/postfix/postfix-2.6.6.ebuild index 76d9f3e9932f..212ebdd3d6f3 100644 --- a/mail-mta/postfix/postfix-2.6.6.ebuild +++ b/mail-mta/postfix/postfix-2.6.6.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/mail-mta/postfix/postfix-2.6.6.ebuild,v 1.3 2010/06/14 10:15:01 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild,v 1.4 2010/06/17 20:26:46 patrick Exp $ # NOTE: this ebuild is a regular ebuild without mailer-config support! # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support" @@ -44,7 +44,7 @@ DEPEND=">=sys-libs/db-3.2 ldap? ( >=net-nds/openldap-1.2 ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ssl? ( >=dev-libs/openssl-0.9.6g )" |