diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 14:22:12 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 14:22:12 +0000 |
commit | d4b4fb51e9527cee5271a6ccbf0a39f8bd73414d (patch) | |
tree | edee8c8166c11a6f901fdf69537d7f07d10a6171 /eclass | |
parent | Stable on ppc64; bug #177743 (diff) | |
download | gentoo-2-d4b4fb51e9527cee5271a6ccbf0a39f8bd73414d.tar.gz gentoo-2-d4b4fb51e9527cee5271a6ccbf0a39f8bd73414d.tar.bz2 gentoo-2-d4b4fb51e9527cee5271a6ccbf0a39f8bd73414d.zip |
Apache SAPI illegal.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/depend.php.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/depend.php.eclass b/eclass/depend.php.eclass index c6eee63ea469..4d7dd4562204 100644 --- a/eclass/depend.php.eclass +++ b/eclass/depend.php.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.18 2007/03/05 01:50:47 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.19 2007/05/12 14:22:12 chtekk Exp $ # ======================================================================== # @@ -150,7 +150,7 @@ has_php() { # Call this function from pkg_setup if your package only works with # specific SAPIs # -# $1 ... a list of PHP SAPI USE flags (cli, cgi, apache, apache2) +# $1 ... a list of PHP SAPI USE flags (cli, cgi, apache2) # # Returns if any one of the listed SAPIs have been installed # Dies if none of the listed SAPIs have been installed |