summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-02-28 11:02:54 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-02-28 11:02:54 +0000
commit7447de87f496a66e6cdc9a4740c54ea4640a73f0 (patch)
treeff147dd4421d2120d7e28651fc997e779302c429 /dev-lang/php/files
parentfix typo in src_configure-v53.eblit (bug #406107), thanks to Matthew for catc... (diff)
downloadgentoo-2-7447de87f496a66e6cdc9a4740c54ea4640a73f0.tar.gz
gentoo-2-7447de87f496a66e6cdc9a4740c54ea4640a73f0.tar.bz2
gentoo-2-7447de87f496a66e6cdc9a4740c54ea4640a73f0.zip
Fixed another bad mabi. Issue 406107
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php/files')
-rw-r--r--dev-lang/php/files/eblits/src_configure-v54.eblit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/files/eblits/src_configure-v54.eblit b/dev-lang/php/files/eblits/src_configure-v54.eblit
index 09ebc14959b1..bc17877c5916 100644
--- a/dev-lang/php/files/eblits/src_configure-v54.eblit
+++ b/dev-lang/php/files/eblits/src_configure-v54.eblit
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
eblit-php-src_configure() {
addpredict /usr/share/snmp/mibs/.index
@@ -162,7 +162,7 @@ eblit-php-src_configure() {
# Oracle support
if use oci8-instant-client ; then
my_conf+="
- $(use_with oci8-instant-client oci8)
+ $(use_with oci8-instant-client oci8)"
fi
# PDO support