diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-07-24 08:47:01 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-07-24 08:47:01 +0000 |
commit | 408ec9a8689a918cff20101d169cbb0070da692b (patch) | |
tree | a8eb0f0c5cd855306fdc81209c96362c6c068ac4 /eclass | |
parent | Added experimental SLOT syntax (diff) | |
download | historical-408ec9a8689a918cff20101d169cbb0070da692b.tar.gz historical-408ec9a8689a918cff20101d169cbb0070da692b.tar.bz2 historical-408ec9a8689a918cff20101d169cbb0070da692b.zip |
Added missing DETECT_APACHE default cause
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/depend.apache.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 8469a80f6976..9020ced77e71 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.3 2004/07/24 08:39:33 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.4 2004/07/24 08:47:01 stuart Exp $ ECLASS="depend.apache" INHERITED="$INHERITED $ECLASS" @@ -84,5 +84,7 @@ depend_apache() { return fi fi + + [ -z "$DETECT_APACHE" ] && DETECT_APACHE=2 } |