summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-07-16 11:22:57 +0000
committerStuart Herbert <stuart@gentoo.org>2004-07-16 11:22:57 +0000
commit20c8380cf1532a1e9b87de5fa2660d78b8352481 (patch)
treeab8edda696d4c138f0a494e3fb9b0d59f91ed7c9 /eclass
parentremove ebuild for 1.4.1 since it has issues and is no longer needed (diff)
downloadhistorical-20c8380cf1532a1e9b87de5fa2660d78b8352481.tar.gz
historical-20c8380cf1532a1e9b87de5fa2660d78b8352481.tar.bz2
historical-20c8380cf1532a1e9b87de5fa2660d78b8352481.zip
Added basic dependencies
Diffstat (limited to 'eclass')
-rw-r--r--eclass/depend.apache.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
index 462aa26ae7f7..91d453a864b9 100644
--- a/eclass/depend.apache.eclass
+++ b/eclass/depend.apache.eclass
@@ -1,11 +1,13 @@
# 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.1 2004/07/16 10:48:22 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.2 2004/07/16 11:22:57 stuart Exp $
ECLASS="depend.apache"
INHERITED="$INHERITED $ECLASS"
IUSE="apache apache2"
+DEPEND="$DEPEND apache? ( =net-www/apache-1* ) apache2? ( =net-www/apache-2* )"
+
# call this function to work out which version of the apache web server
# your ebuild should be installing itself to use