diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-07-16 11:22:57 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-07-16 11:22:57 +0000 |
commit | e8e3777de6efe41f0ae665cc37497efe179728aa (patch) | |
tree | 03bfcf7017405026c1838fc7a50b079cde8a0ac6 /eclass/depend.apache.eclass | |
parent | remove ebuild for 1.4.1 since it has issues and is no longer needed (Manifest... (diff) | |
download | gentoo-2-e8e3777de6efe41f0ae665cc37497efe179728aa.tar.gz gentoo-2-e8e3777de6efe41f0ae665cc37497efe179728aa.tar.bz2 gentoo-2-e8e3777de6efe41f0ae665cc37497efe179728aa.zip |
Added basic dependencies
Diffstat (limited to 'eclass/depend.apache.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 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 |