public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matti Bickel (mabi)" <mabi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
Date: Mon,  1 Nov 2010 18:26:06 +0000 (UTC)	[thread overview]
Message-ID: <20101101182606.A047420051@flycatcher.gentoo.org> (raw)

mabi        10/11/01 18:26:06

  Modified:             pkg_postinst-v2.eblit
  Log:
  fix typo causing skip of eselect (bug #343723)
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-lang/php/files/eblits/pkg_postinst-v2.eblit

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.5&r2=1.6

Index: pkg_postinst-v2.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pkg_postinst-v2.eblit	31 Oct 2010 09:26:32 -0000	1.5
+++ pkg_postinst-v2.eblit	1 Nov 2010 18:26:06 -0000	1.6
@@ -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 @@
 
 	
 	# 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)






             reply	other threads:[~2010-11-01 18:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-01 18:26 Matti Bickel (mabi) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-09 20:19 [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit Ole Markus With (olemarkus)
2011-07-26 16:47 Ole Markus With (olemarkus)
2011-02-18  9:18 Ole Markus With (olemarkus)
2011-01-06 23:35 Matti Bickel (mabi)
2010-10-31  9:26 Ole Markus With (olemarkus)
2010-10-19  6:20 Ole Markus With (olemarkus)
2010-10-09 11:48 Ole Markus With (olemarkus)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101101182606.A047420051@flycatcher.gentoo.org \
    --to=mabi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox