diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/files/eblits/pkg_postinst-v2.eblit | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index ca1a20ee30e2..91022ed47cfe 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.432 2010/10/31 19:01:55 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.433 2010/11/01 18:26:06 mabi Exp $ + + 01 Nov 2010; Matti Bickel <mabi@gentoo.org> + files/eblits/pkg_postinst-v2.eblit: + fix typo causing skip of eselect (bug #343723) *php-5.3.3-r3 (31 Oct 2010) *php-5.2.14-r2 (31 Oct 2010) diff --git a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit index f6ecdf319627..57ed84c3fe17 100644 --- a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit +++ b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.5 2010/10/31 09:26:32 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.6 2010/11/01 18:26:06 mabi Exp $ eblit-php-pkg_postinst() { # Output some general info to the user @@ -12,7 +12,7 @@ eblit-php-pkg_postinst() { # Create the symlinks for php - for m in ${SAPI}; do + for m in ${SAPIS}; do [[ ${m} == 'embed' ]] && continue; if use $m ; then local ci=$(eselect php show $m) |