diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-09-10 20:21:51 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-09-10 20:21:51 +0000 |
commit | 1fc161db6f3cb889311cf19b027234406866be9a (patch) | |
tree | a47c7538cbf7d545db2792f2e2b55881a6405170 /eclass | |
parent | revision bump (diff) | |
download | historical-1fc161db6f3cb889311cf19b027234406866be9a.tar.gz historical-1fc161db6f3cb889311cf19b027234406866be9a.tar.bz2 historical-1fc161db6f3cb889311cf19b027234406866be9a.zip |
Updating DEPEND to use latest version of new-style apache
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/depend.apache.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 00f16945bcfc..e3448b1643e8 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.20 2005/09/04 10:54:53 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.21 2005/09/10 20:21:51 vericgar Exp $ ###### ## Apache Common Variables @@ -63,7 +63,7 @@ APACHE1_MODULES_CONFDIR="${APACHE1_CONFDIR}/modules.d" APACHE2_MODULES_CONFDIR="${APACHE2_CONFDIR}/modules.d" #### -## APACHE1_MODULES_VHOSTDIR, APACHE2_MODULES_VHOSTDIR +## APACHE1_VHOSTDIR, APACHE2_VHOSTDIR ## ## Paths where virtual host configuration files are kept #### @@ -82,14 +82,14 @@ APACHE2_MODULESDIR="${APACHE2_BASEDIR}/modules" ## APACHE1_DEPEND, APACHE2_DEPEND ## ## Dependencies for apache 1.x and apache 2.x -## - apache2 must be at least version 2.0.52-r3, this is lowest version +## - apache2 must be at least version 2.0.54-r30, this is lowest version ## containing our new overall changes -- trapni (Jan 21 2005) -## - apache1 must be at least version 1.3.33-r1, but how to +## - apache1 must be at least version 1.3.33-r10, but how to ## define the DEPEND here? (FIXME) -- trapni (Jan 21 2005) ## - currently not possible - bug #4315 -- vericgar (Jan 21 2005) #### APACHE1_DEPEND="=net-www/apache-1*" -APACHE2_DEPEND=">=net-www/apache-2.0.54-r10" +APACHE2_DEPEND=">=net-www/apache-2.0.54-r30" #### ## APACHE_DEPEND |