summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-03-18 18:38:11 +0000
committerSven Wegener <swegener@gentoo.org>2006-03-18 18:38:11 +0000
commit91e5376c236914d2eb1ce0c0b55ef70f3ed385f7 (patch)
tree5b7a8ee640a85264b04191e880c03bcab37b59a6 /eclass/php5_0-sapi.eclass
parentVersion bump. (diff)
downloadgentoo-2-91e5376c236914d2eb1ce0c0b55ef70f3ed385f7.tar.gz
gentoo-2-91e5376c236914d2eb1ce0c0b55ef70f3ed385f7.tar.bz2
gentoo-2-91e5376c236914d2eb1ce0c0b55ef70f3ed385f7.zip
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/php5_0-sapi.eclass')
-rw-r--r--eclass/php5_0-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass
index a04012135319..4c919563c65d 100644
--- a/eclass/php5_0-sapi.eclass
+++ b/eclass/php5_0-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.15 2006/03/12 13:24:36 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.16 2006/03/18 18:38:11 swegener Exp $
#
# ########################################################################
#
@@ -322,7 +322,7 @@ php5_0-sapi_src_unpack() {
sed -e 's|include/postgresql|include/postgresql include/postgresql/pgsql|g' -i ext/pgsql/config.m4 || die "Failed to fix PostgreSQL include paths"
fi
- # Hardened-PHP support
+ # Hardened-PHP support
if useq hardenedphp ; then
if [[ -n "${HARDENEDPHP_PATCH}" ]] && [[ -f "${DISTDIR}/${HARDENEDPHP_PATCH}" ]] ; then
epatch "${DISTDIR}/${HARDENEDPHP_PATCH}"