diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-25 09:27:48 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2008-05-25 09:27:48 +0000 |
commit | 9fe8f47106f2a581e15a7152a7cd1d411574aed1 (patch) | |
tree | d2c70fe041255bf5b4837e6658f9b88389d37615 /eclass/php5_2-sapi.eclass | |
parent | Version bump. (diff) | |
download | historical-9fe8f47106f2a581e15a7152a7cd1d411574aed1.tar.gz historical-9fe8f47106f2a581e15a7152a7cd1d411574aed1.tar.bz2 historical-9fe8f47106f2a581e15a7152a7cd1d411574aed1.zip |
allow for using new-style postgresql packages in php, bug 222933, thanks to dev-zero for the assistance
Diffstat (limited to 'eclass/php5_2-sapi.eclass')
-rw-r--r-- | eclass/php5_2-sapi.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index 4fd52854cc51..2a8a1e14a11c 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.21 2008/05/03 14:38:25 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.22 2008/05/25 09:27:48 hoffie Exp $ # ======================================================================== # Based on robbat2's work on the php4 sapi eclass @@ -82,7 +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? ( >=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 ) |