summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-05-25 09:27:48 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-05-25 09:27:48 +0000
commit2ffe1e26f2b09eaa559c72553251cefe43f745e4 (patch)
treee01f54ee0c3292d142eb7e58af1835a746c22727 /eclass/php5_1-sapi.eclass
parentVersion bump. (diff)
downloadgentoo-2-2ffe1e26f2b09eaa559c72553251cefe43f745e4.tar.gz
gentoo-2-2ffe1e26f2b09eaa559c72553251cefe43f745e4.tar.bz2
gentoo-2-2ffe1e26f2b09eaa559c72553251cefe43f745e4.zip
allow for using new-style postgresql packages in php, bug 222933, thanks to dev-zero for the assistance
Diffstat (limited to 'eclass/php5_1-sapi.eclass')
-rw-r--r--eclass/php5_1-sapi.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass
index 69ac1a8b281b..f39631dec92f 100644
--- a/eclass/php5_1-sapi.eclass
+++ b/eclass/php5_1-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_1-sapi.eclass,v 1.43 2007/05/12 04:59:41 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.44 2008/05/25 09:27:48 hoffie Exp $
# ========================================================================
#
@@ -81,7 +81,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? ( >=dev-db/libpq-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 )