Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php5_2-sapi.eclass
Date: Fri, 26 Feb 2010 21:57:02
Message-Id: E1Nl8B8-0002fc-Gm@stork.gentoo.org
1 halcy0n 10/02/26 21:56:58
2
3 Modified: php5_2-sapi.eclass
4 Log:
5 Add back dev-db/libpq since not all archs have postgresql-base stable
6
7 Revision Changes Path
8 1.31 eclass/php5_2-sapi.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.30&r2=1.31
13
14 Index: php5_2-sapi.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- php5_2-sapi.eclass 26 Feb 2010 21:25:58 -0000 1.30
21 +++ php5_2-sapi.eclass 26 Feb 2010 21:56:58 -0000 1.31
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.30 2010/02/26 21:25:58 patrick Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.31 2010/02/26 21:56:58 halcy0n Exp $
27
28 # ========================================================================
29 # Based on robbat2's work on the php4 sapi eclass
30 @@ -82,8 +82,8 @@
31 nls? ( sys-devel/gettext )
32 oci8-instant-client? ( dev-db/oracle-instantclient-basic )
33 odbc? ( >=dev-db/unixODBC-1.8.13 )
34 - postgres? ( app-admin/eselect-postgresql
35 - >=dev-db/postgresql-base-7.1 )
36 + postgres? ( || ( >=dev-db/libpq-7.1 ( app-admin/eselect-postgresql
37 + >=dev-db/postgresql-base-7.1 ) ) )
38 qdbm? ( dev-db/qdbm )
39 readline? ( sys-libs/readline )
40 recode? ( app-text/recode )