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 | d53b78508ba7a7a66c8ee609f5f8061c550035f4 (patch) | |
tree | 6490082dc8ac0f8c731da473a1748eb75a63c45f /eclass | |
parent | Added experimental SLOT syntax (diff) | |
download | gentoo-2-d53b78508ba7a7a66c8ee609f5f8061c550035f4.tar.gz gentoo-2-d53b78508ba7a7a66c8ee609f5f8061c550035f4.tar.bz2 gentoo-2-d53b78508ba7a7a66c8ee609f5f8061c550035f4.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 } |