From d45d0a7ddad30508323db2cf50f052f46a18e9c6 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Thu, 7 Jan 2010 21:03:18 +0000 Subject: Fixing postgres dep (Portage version: 2.2_rc61/cvs/Linux x86_64) --- net-irc/inspircd/ChangeLog | 7 +++++-- net-irc/inspircd/inspircd-1.1.23.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net-irc') diff --git a/net-irc/inspircd/ChangeLog b/net-irc/inspircd/ChangeLog index 3348b624d7a7..00a3aa8d6c1c 100644 --- a/net-irc/inspircd/ChangeLog +++ b/net-irc/inspircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/inspircd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.28 2009/12/20 23:20:09 vostorga Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.29 2010/01/07 21:03:18 patrick Exp $ + + 07 Jan 2010; Patrick Lauer inspircd-1.1.23.ebuild: + Fixing postgres dep *inspircd-1.1.23 (20 Dec 2009) diff --git a/net-irc/inspircd/inspircd-1.1.23.ebuild b/net-irc/inspircd/inspircd-1.1.23.ebuild index 9fb805f91bee..4ba3ea2e2cc9 100644 --- a/net-irc/inspircd/inspircd-1.1.23.ebuild +++ b/net-irc/inspircd/inspircd-1.1.23.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-irc/inspircd/inspircd-1.1.23.ebuild,v 1.1 2009/12/20 23:20:09 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.23.ebuild,v 1.2 2010/01/07 21:03:18 patrick Exp $ inherit eutils toolchain-funcs multilib @@ -19,7 +19,7 @@ RDEPEND=" openssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls ) mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql ) + postgres? ( dev-db/postgresql-server ) sqlite? ( >=dev-db/sqlite-3.0 ) ldap? ( net-nds/openldap )" DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad