diff options
author | 2012-02-28 10:59:13 +0000 | |
---|---|---|
committer | 2012-02-28 10:59:13 +0000 | |
commit | a886bb5a061a037de81b1cbf5791024a2901f221 (patch) | |
tree | e9268ad4ec6b485e5c3074876be9e36fe1433e5d /dev-lang | |
parent | Unmask USE="vidix" from base/use.mask. (diff) | |
download | gentoo-2-a886bb5a061a037de81b1cbf5791024a2901f221.tar.gz gentoo-2-a886bb5a061a037de81b1cbf5791024a2901f221.tar.bz2 gentoo-2-a886bb5a061a037de81b1cbf5791024a2901f221.zip |
fix typo in src_configure-v53.eblit (bug #406107), thanks to Matthew for catching this
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/src_configure-v53.eblit | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 1463ab6e04a9..6bbcd4abfd20 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,11 @@ # 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.564 2012/02/27 22:04:47 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.565 2012/02/28 10:59:13 mabi Exp $ + + 28 Feb 2012; Matti Bickel <mabi@gentoo.org> + files/eblits/src_configure-v53.eblit: + fix typo in src_configure-v53.eblit (bug #406107), thanks to Matthew for + catching this 27 Feb 2012; Matti Bickel <mabi@gentoo.org> files/eblits/src_configure-v53.eblit, files/eblits/src_configure-v54.eblit: diff --git a/dev-lang/php/files/eblits/src_configure-v53.eblit b/dev-lang/php/files/eblits/src_configure-v53.eblit index 027758dbd57c..04bc455aaad6 100644 --- a/dev-lang/php/files/eblits/src_configure-v53.eblit +++ b/dev-lang/php/files/eblits/src_configure-v53.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-v53.eblit,v 1.3 2012/02/27 22:04:47 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.4 2012/02/28 10:59:13 mabi Exp $ eblit-php-src_configure() { addpredict /usr/share/snmp/mibs/.index @@ -164,7 +164,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 |