summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-11-01 18:26:06 +0000
committerMatti Bickel <mabi@gentoo.org>2010-11-01 18:26:06 +0000
commit716bee4110ed66bb28bf8e7c405c3d61c3f7d05a (patch)
treed5e20b1482d48e19ef4ba6d5557ee98601c86e19 /dev-lang
parentEAPI=2 (diff)
downloadgentoo-2-716bee4110ed66bb28bf8e7c405c3d61c3f7d05a.tar.gz
gentoo-2-716bee4110ed66bb28bf8e7c405c3d61c3f7d05a.tar.bz2
gentoo-2-716bee4110ed66bb28bf8e7c405c3d61c3f7d05a.zip
fix typo causing skip of eselect (bug #343723)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/files/eblits/pkg_postinst-v2.eblit4
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)