summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2010-02-26 21:56:58 +0000
committerMark Loeser <halcy0n@gentoo.org>2010-02-26 21:56:58 +0000
commitf4aa3f989bb0debd3fe1810fecb7c434a8781b4e (patch)
tree9f221855d41aa1a3bd7eb055c03671533ad5337a /eclass/php5_2-sapi.eclass
parentEnabling debug by default, following bug #306841 (diff)
downloadgentoo-2-f4aa3f989bb0debd3fe1810fecb7c434a8781b4e.tar.gz
gentoo-2-f4aa3f989bb0debd3fe1810fecb7c434a8781b4e.tar.bz2
gentoo-2-f4aa3f989bb0debd3fe1810fecb7c434a8781b4e.zip
Add back dev-db/libpq since not all archs have postgresql-base stable
Diffstat (limited to 'eclass/php5_2-sapi.eclass')
-rw-r--r--eclass/php5_2-sapi.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass
index a7889afa1995..ebf228057aa8 100644
--- a/eclass/php5_2-sapi.eclass
+++ b/eclass/php5_2-sapi.eclass
@@ -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/eclass/php5_2-sapi.eclass,v 1.30 2010/02/26 21:25:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.31 2010/02/26 21:56:58 halcy0n Exp $
# ========================================================================
# Based on robbat2's work on the php4 sapi eclass
@@ -82,8 +82,8 @@ DEPEND="adabas? ( >=dev-db/unixODBC-1.8.13 )
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
- postgres? ( app-admin/eselect-postgresql
- >=dev-db/postgresql-base-7.1 )
+ postgres? ( || ( >=dev-db/libpq-7.1 ( app-admin/eselect-postgresql
+ >=dev-db/postgresql-base-7.1 ) ) )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )