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_1-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_1-sapi.eclass')
-rw-r--r--eclass/php5_1-sapi.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass
index ee5885fa704d..2876012a1834 100644
--- a/eclass/php5_1-sapi.eclass
+++ b/eclass/php5_1-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_1-sapi.eclass,v 1.18 2006/03/13 17:12:22 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.19 2006/03/18 18:38:11 swegener Exp $
#
# ########################################################################
#
@@ -297,7 +297,7 @@ php5_1-sapi_src_unpack() {
else
ewarn "There is no multilib-strict patch available for this PHP release yet!"
fi
-
+
# Apply general PHP5 patches
if [[ -d "${WORKDIR}/${MY_PHP_PV}/php5" ]] ; then
EPATCH_SOURCE="${WORKDIR}/${MY_PHP_PV}/php5" EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch
@@ -331,7 +331,7 @@ php5_1-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}"