summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-09 13:09:28 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-09 13:09:28 +0000
commit28daa36d852a9729caf4ac86edc803f6332f341e (patch)
tree8a25f0f33d8d99b6fab3b07fc9ad12b610e6ff45 /eclass/php5_1-sapi.eclass
parentDon't install INSTALL file. (diff)
downloadhistorical-28daa36d852a9729caf4ac86edc803f6332f341e.tar.gz
historical-28daa36d852a9729caf4ac86edc803f6332f341e.tar.bz2
historical-28daa36d852a9729caf4ac86edc803f6332f341e.zip
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/php5_1-sapi.eclass')
-rw-r--r--eclass/php5_1-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass
index 1cc83735d960..de97e2267ce0 100644
--- a/eclass/php5_1-sapi.eclass
+++ b/eclass/php5_1-sapi.eclass
@@ -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/eclass/php5_1-sapi.eclass,v 1.3 2005/09/08 20:32:49 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.4 2005/09/09 13:09:28 swegener Exp $
#
# ########################################################################
#
@@ -493,7 +493,7 @@ php5_1-sapi_src_compile() {
else
enable_extension_enable "sqlite-utf8" "nls" 0
fi
-
+
# Zend-GOTO-VM support
if useq vm-goto ; then
my_conf="${my_conf} --with-zend-vm=GOTO"