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
commitc49fd86bd4668870d08f85892ecb8a7fba1e4615 (patch)
treea45af73b5683c7fd7d9402e79a1ba672b8d5d710 /eclass/php5_0-sapi.eclass
parentVersion bump. (diff)
downloadhistorical-c49fd86bd4668870d08f85892ecb8a7fba1e4615.tar.gz
historical-c49fd86bd4668870d08f85892ecb8a7fba1e4615.tar.bz2
historical-c49fd86bd4668870d08f85892ecb8a7fba1e4615.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}"