summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-04 15:15:37 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-04 15:15:37 +0000
commit761eaa7fd3963f4a949035e8950f200f31b4a6cf (patch)
tree23cc998e38f8bcd61877c50d5648f29c3d7fbb43 /eclass/depend.php.eclass
parentCorrect gnome-doc-utils (bug #104785) (diff)
downloadgentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.tar.gz
gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.tar.bz2
gentoo-2-761eaa7fd3963f4a949035e8950f200f31b4a6cf.zip
Apply whitespace check from repoman to eclasses.
Diffstat (limited to 'eclass/depend.php.eclass')
-rw-r--r--eclass/depend.php.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/depend.php.eclass b/eclass/depend.php.eclass
index ce1ba82ba2d0..100c9149a5cf 100644
--- a/eclass/depend.php.eclass
+++ b/eclass/depend.php.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/depend.php.eclass,v 1.1 2005/09/04 10:54:53 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.2 2005/09/04 15:15:37 swegener Exp $
#
# ========================================================================
#
@@ -118,7 +118,7 @@ need_php_by_category()
# Portage
#
# $1 ... a list of SAPI USE flags (eg cli, cgi, apache2)
-#
+#
# returns if any one of the listed SAPIs has been installed
# dies if none of the listed SAPIs has been installed
@@ -157,7 +157,7 @@ require_php_sapi_from() {
# Portage
#
# $1 ... a list of USE flags
-#
+#
# returns if all of the listed USE flags are set
# dies if any of the listed USE flags are not set