diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-02-28 11:02:54 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-02-28 11:02:54 +0000 |
commit | 7447de87f496a66e6cdc9a4740c54ea4640a73f0 (patch) | |
tree | ff147dd4421d2120d7e28651fc997e779302c429 /dev-lang | |
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')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v54.eblit | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 6bbcd4abfd20..e702936973e9 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.565 2012/02/28 10:59:13 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.566 2012/02/28 11:02:54 olemarkus Exp $ + + 28 Feb 2012; Ole Markus With <olemarkus@gentoo.org> + files/eblits/src_configure-v53.eblit, files/eblits/src_configure-v54.eblit: + Fixed another bad mabi. Issue 406107 28 Feb 2012; Matti Bickel <mabi@gentoo.org> files/eblits/src_configure-v53.eblit: 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 |