Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@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:26:00
Message-Id: E1Nl7h8-0001DE-PA@stork.gentoo.org
1 patrick 10/02/26 21:25:58
2
3 Modified: php5_2-sapi.eclass
4 Log:
5 Fixing dependencies for libpq masking
6
7 Revision Changes Path
8 1.30 eclass/php5_2-sapi.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.29&r2=1.30
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.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- php5_2-sapi.eclass 5 Feb 2010 09:40:59 -0000 1.29
21 +++ php5_2-sapi.eclass 26 Feb 2010 21:25:58 -0000 1.30
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.29 2010/02/05 09:40:59 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.30 2010/02/26 21:25:58 patrick 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? ( || ( >=dev-db/libpq-7.1 ( app-admin/eselect-postgresql
35 - >=dev-db/postgresql-base-7.1 ) ) )
36 + postgres? ( 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 )