From a647622c509201572caace43ad5f6d1be31644b4 Mon Sep 17 00:00:00 2001 From: Tiziano Müller Date: Wed, 21 May 2008 18:58:31 +0000 Subject: Changed dependency for postgresql from dev-db/postgresql to virtual/postgresql-server (Portage version: 2.1.5_rc7) --- net-mail/ezmlm-idx-pgsql/ChangeLog | 9 +++++++-- net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild | 8 ++++---- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'net-mail') diff --git a/net-mail/ezmlm-idx-pgsql/ChangeLog b/net-mail/ezmlm-idx-pgsql/ChangeLog index 44292e91b62b..ec333a145c06 100644 --- a/net-mail/ezmlm-idx-pgsql/ChangeLog +++ b/net-mail/ezmlm-idx-pgsql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/ezmlm-idx-pgsql -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ChangeLog,v 1.9 2006/11/23 16:06:46 vivo Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ChangeLog,v 1.10 2008/05/21 18:58:31 dev-zero Exp $ + + 21 May 2008; Tiziano Müller + ezmlm-idx-pgsql-0.40-r2.ebuild: + Changed dependency for postgresql from dev-db/postgresql to + virtual/postgresql-server 23 Nov 2006; Francesco Riosa ezmlm-idx-pgsql-0.40-r2.ebuild: diff --git a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild index 898bef168655..1645dbb817c5 100644 --- a/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.11 2006/11/23 16:06:46 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-pgsql/ezmlm-idx-pgsql-0.40-r2.ebuild,v 1.12 2008/05/21 18:58:31 dev-zero Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -27,8 +27,8 @@ RDEPEND="virtual/qmail" if [ "$PN" = "${PB}-pgsql" ] then - DEPEND="$DEPEND dev-db/postgresql" - RDEPEND="$RDEPEND dev-db/postgresql" + DEPEND="$DEPEND virtual/postgresql-server" + RDEPEND="$RDEPEND virtual/postgresql-server" elif [ "$PN" = "${PB}-mysql" ] then DEPEND="$DEPEND virtual/mysql" -- cgit v1.2.3-65-gdbad