summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-10-28 12:56:33 +0000
committerChristian Heim <phreak@gentoo.org>2007-10-28 12:56:33 +0000
commit934df382251ff3f7b666c17c15663c2481ffa2a9 (patch)
tree803cbd5fc3ff569558bd0233f665ccc48522d975 /dev-db/postgresql/postgresql-8.2.4-r1.ebuild
parentInclude virtual/logger in RDEPEND, as the initscript already specifies 'need ... (diff)
downloadhistorical-934df382251ff3f7b666c17c15663c2481ffa2a9.tar.gz
historical-934df382251ff3f7b666c17c15663c2481ffa2a9.tar.bz2
historical-934df382251ff3f7b666c17c15663c2481ffa2a9.zip
Include virtual/logger in RDEPEND, as the initscript already specifies 'need logger'.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'dev-db/postgresql/postgresql-8.2.4-r1.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-8.2.4-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-8.2.4-r1.ebuild b/dev-db/postgresql/postgresql-8.2.4-r1.ebuild
index 264ae4c538a8..ac9b1459c2bb 100644
--- a/dev-db/postgresql/postgresql-8.2.4-r1.ebuild
+++ b/dev-db/postgresql/postgresql-8.2.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.2.4-r1.ebuild,v 1.2 2007/08/17 15:09:02 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.2.4-r1.ebuild,v 1.3 2007/10/28 12:56:33 phreak Exp $
inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs versionator
@@ -27,7 +27,8 @@ RDEPEND="~dev-db/libpq-${PV}
ssl? ( >=dev-libs/openssl-0.9.6-r1 )
tcl? ( >=dev-lang/tcl-8 )
xml? ( dev-libs/libxml2 dev-libs/libxslt )
- zlib? ( >=sys-libs/zlib-1.1.3 )"
+ zlib? ( >=sys-libs/zlib-1.1.3 )
+ virtual/logger"
DEPEND="${RDEPEND}
sys-devel/autoconf
>=sys-devel/bison-1.875