diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-25 12:30:26 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-25 12:30:26 +0000 |
commit | 4a1cdac34b1bb6022fb715031d15ce25f5553553 (patch) | |
tree | a5e663c0d7788738af2b320ff3ff7de62d334e1e /eclass/depend.php.eclass | |
parent | Don't try to use -static on Darwin userland, as it doesn't work. (diff) | |
download | gentoo-2-4a1cdac34b1bb6022fb715031d15ce25f5553553.tar.gz gentoo-2-4a1cdac34b1bb6022fb715031d15ce25f5553553.tar.bz2 gentoo-2-4a1cdac34b1bb6022fb715031d15ce25f5553553.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/depend.php.eclass')
-rw-r--r-- | eclass/depend.php.eclass | 6 |
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 |