summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-25 12:30:26 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-25 12:30:26 +0000
commitd079b0b8431b7645e8a56c741f8cbcb7f9ca9dbe (patch)
tree3fe816b667e27003a8964ce7f12d4fe4592f30c4 /eclass/depend.php.eclass
parentDon't try to use -static on Darwin userland, as it doesn't work. (diff)
downloadhistorical-d079b0b8431b7645e8a56c741f8cbcb7f9ca9dbe.tar.gz
historical-d079b0b8431b7645e8a56c741f8cbcb7f9ca9dbe.tar.bz2
historical-d079b0b8431b7645e8a56c741f8cbcb7f9ca9dbe.zip
Apply whitespace checks 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 cba670ca5c76..baa1a564604d 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.4 2005/09/16 20:25:21 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.5 2005/09/25 12:30:26 swegener Exp $
#
# ========================================================================
#
@@ -133,7 +133,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
@@ -173,7 +173,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