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 | a401631be191870696e3a5a6cb7510832da18359 (patch) | |
tree | 5761bf841f657627f6d427a062e043db887b482b /mail-mta/exim/exim-4.69.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | historical-a401631be191870696e3a5a6cb7510832da18359.tar.gz historical-a401631be191870696e3a5a6cb7510832da18359.tar.bz2 historical-a401631be191870696e3a5a6cb7510832da18359.zip |
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'mail-mta/exim/exim-4.69.ebuild')
-rw-r--r-- | mail-mta/exim/exim-4.69.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-mta/exim/exim-4.69.ebuild b/mail-mta/exim/exim-4.69.ebuild index 90614a7021f2..3ddf31760555 100644 --- a/mail-mta/exim/exim-4.69.ebuild +++ b/mail-mta/exim/exim-4.69.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.14 2009/07/02 20:53:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.69.ebuild,v 1.15 2010/06/17 20:26:11 patrick Exp $ inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ DEPEND=">=sys-apps/sed-4.0.5 dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.14 ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) srs? ( mail-filter/libsrs_alt ) |