summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-05-17 18:40:17 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-05-17 18:40:17 +0000
commite35107c456cb8bd2a11667dc28f5fc22f00b4ea6 (patch)
tree6ea3c8f94d663cef7bbe131f62577aed064cae5c /dev-php
parentCleanup for bug #92745. (diff)
downloadgentoo-2-e35107c456cb8bd2a11667dc28f5fc22f00b4ea6.tar.gz
gentoo-2-e35107c456cb8bd2a11667dc28f5fc22f00b4ea6.tar.bz2
gentoo-2-e35107c456cb8bd2a11667dc28f5fc22f00b4ea6.zip
Fix typo for bug #87457.
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php-cgi/ChangeLog6
-rw-r--r--dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog
index 3d24d9baece8..0a77f16ae9f1 100644
--- a/dev-php/php-cgi/ChangeLog
+++ b/dev-php/php-cgi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/php-cgi
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.68 2005/05/12 13:41:42 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.69 2005/05/17 18:40:17 robbat2 Exp $
+
+ 17 May 2005; Robin H. Johnson <robbat2@gentoo.org>
+ php-cgi-4.3.11-r1.ebuild:
+ Fix typo for bug #87457.
12 May 2005; Sebastian Bergmann <sebastian@gentoo.org>
php-cgi-4.3.11-r1.ebuild, php-cgi-5.0.3-r1.ebuild:
diff --git a/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild b/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild
index 96b5c461ea4f..9475cc3d69a1 100644
--- a/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild
+++ b/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild,v 1.2 2005/05/12 13:41:42 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.11-r1.ebuild,v 1.3 2005/05/17 18:40:17 robbat2 Exp $
PHPSAPI="cgi"
inherit php-sapi eutils
@@ -32,7 +32,7 @@ src_compile() {
--enable-fastcgi"
if use force-cgi-redirect; then
- my_conf="${my_conf} --enable-force-cgi-redirect"
+ myconf="${myconf} --enable-force-cgi-redirect"
fi
php-sapi_src_compile