diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-01-07 21:03:18 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-01-07 21:03:18 +0000 |
commit | d45d0a7ddad30508323db2cf50f052f46a18e9c6 (patch) | |
tree | 95c9ef04e2ead32fb4a6f02a26cdfa5e2b9f5348 /net-irc | |
parent | Add python_need_rebuild thanks to Ali Polatel (bug #244612). Use canonical CC... (diff) | |
download | gentoo-2-d45d0a7ddad30508323db2cf50f052f46a18e9c6.tar.gz gentoo-2-d45d0a7ddad30508323db2cf50f052f46a18e9c6.tar.bz2 gentoo-2-d45d0a7ddad30508323db2cf50f052f46a18e9c6.zip |
Fixing postgres dep
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/inspircd/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/inspircd/inspircd-1.1.23.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
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 <patrick@gentoo.org> 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}" |