summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:53:45 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:53:45 +0000
commitf3e0af47023edf846378f1ea8ead9110f9071e7f (patch)
tree58d8c48a745f7847d4bc65c75fd5e0e6daf634dd /net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
parentMigrating away from deprecated postgres virtuals (diff)
downloadgentoo-2-f3e0af47023edf846378f1ea8ead9110f9071e7f.tar.gz
gentoo-2-f3e0af47023edf846378f1ea8ead9110f9071e7f.tar.bz2
gentoo-2-f3e0af47023edf846378f1ea8ead9110f9071e7f.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild')
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
index 453c77b59074..300a1e567336 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.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/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild,v 1.3 2009/04/06 15:01:51 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-7.0.0.ebuild,v 1.4 2010/06/17 20:53:45 patrick Exp $
inherit qmail
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="mysql postgres"
DEPEND="mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql-base )"
+ postgres? ( dev-db/postgresql-base )"
RDEPEND="${DEPEND}
virtual/qmail"