diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-04 15:15:37 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-04 15:15:37 +0000 |
commit | 761eaa7fd3963f4a949035e8950f200f31b4a6cf (patch) | |
tree | 23cc998e38f8bcd61877c50d5648f29c3d7fbb43 /eclass/php5_1-sapi.eclass | |
parent | Correct gnome-doc-utils (bug #104785) (diff) | |
download | gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.tar.gz gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.tar.bz2 gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.zip |
Apply whitespace check from repoman to eclasses.
Diffstat (limited to 'eclass/php5_1-sapi.eclass')
-rw-r--r-- | eclass/php5_1-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index effa5d43ad19..51bd04cbda68 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.1 2005/09/04 10:54:53 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.2 2005/09/04 15:15:37 swegener Exp $ # # ######################################################################## # @@ -483,7 +483,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" |