diff options
author | 2007-05-12 14:22:12 +0000 | |
---|---|---|
committer | 2007-05-12 14:22:12 +0000 | |
commit | 9cd3dcd66bfdde6fd93b01b5cdc91dca678cb750 (patch) | |
tree | 6babfabd19640437ddc3390ef8fc9bc09f540906 /eclass | |
parent | Stable on ppc64; bug #177743 (diff) | |
download | historical-9cd3dcd66bfdde6fd93b01b5cdc91dca678cb750.tar.gz historical-9cd3dcd66bfdde6fd93b01b5cdc91dca678cb750.tar.bz2 historical-9cd3dcd66bfdde6fd93b01b5cdc91dca678cb750.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 |