summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-05-19 20:18:53 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-05-19 20:18:53 +0000
commitec3c4b3a46adc815f849837fdd27622367a2fab2 (patch)
tree53e30eae369b745b5b4d059cce219bf1e9d7997d /net-mail
parentVersion bump. Removed old versions. (diff)
downloadgentoo-2-ec3c4b3a46adc815f849837fdd27622367a2fab2.tar.gz
gentoo-2-ec3c4b3a46adc815f849837fdd27622367a2fab2.tar.bz2
gentoo-2-ec3c4b3a46adc815f849837fdd27622367a2fab2.zip
Changed dependency for postgresql to virtual/postgresql-base
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/ezmlm-idx/ChangeLog7
-rw-r--r--net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/ezmlm-idx/ChangeLog b/net-mail/ezmlm-idx/ChangeLog
index 94e8a8517c14..5f8c18b8a2db 100644
--- a/net-mail/ezmlm-idx/ChangeLog
+++ b/net-mail/ezmlm-idx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/ezmlm-idx
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.17 2007/09/16 09:06:24 hollow Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ChangeLog,v 1.18 2008/05/19 20:18:53 dev-zero Exp $
+
+ 19 May 2008; Tiziano Müller <dev-zero@gentoo.org> ezmlm-idx-6.0.0.ebuild:
+ Changed dependency for postgresql to virtual/postgresql-base
*ezmlm-idx-6.0.0 (16 Sep 2007)
diff --git a/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild
index fa4ae6b6474d..950b5643e5cc 100644
--- a/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild
+++ b/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild,v 1.1 2007/09/16 09:06:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx/ezmlm-idx-6.0.0.ebuild,v 1.2 2008/05/19 20:18:53 dev-zero Exp $
EZMLM_P=ezmlm-0.53
@@ -18,7 +18,7 @@ IUSE="mysql postgres"
DEPEND="
mysql? ( virtual/mysql )
- postgres? ( dev-db/libpq )
+ postgres? ( virtual/postgresql-base )
"
RDEPEND="${DEPEND}
virtual/qmail"