diff options
author | 2012-02-28 11:02:54 +0000 | |
---|---|---|
committer | 2012-02-28 11:02:54 +0000 | |
commit | 7447de87f496a66e6cdc9a4740c54ea4640a73f0 (patch) | |
tree | ff147dd4421d2120d7e28651fc997e779302c429 /dev-lang/php/files | |
parent | fix typo in src_configure-v53.eblit (bug #406107), thanks to Matthew for catc... (diff) | |
download | gentoo-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.eblit | 4 |
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 |