Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v54.eblit
Date: Tue, 28 Feb 2012 11:03:04
Message-Id: 20120228110254.A57032004B@flycatcher.gentoo.org
1 olemarkus 12/02/28 11:02:54
2
3 Modified: src_configure-v54.eblit
4 Log:
5 Fixed another bad mabi. Issue 406107
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-lang/php/files/eblits/src_configure-v54.eblit
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit?r1=1.2&r2=1.3
15
16 Index: src_configure-v54.eblit
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- src_configure-v54.eblit 27 Feb 2012 22:04:47 -0000 1.2
23 +++ src_configure-v54.eblit 28 Feb 2012 11:02:54 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.2 2012/02/27 22:04:47 mabi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.3 2012/02/28 11:02:54 olemarkus Exp $
29
30 eblit-php-src_configure() {
31 addpredict /usr/share/snmp/mibs/.index
32 @@ -162,7 +162,7 @@
33 # Oracle support
34 if use oci8-instant-client ; then
35 my_conf+="
36 - $(use_with oci8-instant-client oci8)
37 + $(use_with oci8-instant-client oci8)"
38 fi
39
40 # PDO support