diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-12 18:50:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-12 18:50:01 +0000 |
commit | 0e691968b55ee826404e872f36e40457ab821482 (patch) | |
tree | 901be7b76bb05181e9c365c20fcda7bbd1a3adcf /eclass | |
parent | Fixed ebuilds, bug 92348 and bug 91737. (diff) | |
download | gentoo-2-0e691968b55ee826404e872f36e40457ab821482.tar.gz gentoo-2-0e691968b55ee826404e872f36e40457ab821482.tar.bz2 gentoo-2-0e691968b55ee826404e872f36e40457ab821482.zip |
Fix eclass wrt. new stable apache.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/depend.apache.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 4041726ab580..d956f9fc1246 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -1,6 +1,6 @@ # Copyright 2004-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.13 2005/03/14 10:42:28 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.14 2005/05/12 18:50:01 kloeri Exp $ ECLASS=depend.apache INHERITED="$INHERITED $ECLASS" @@ -91,7 +91,7 @@ APACHE2_MODULESDIR="${APACHE2_BASEDIR}/modules" ## - currently not possible - bug #4315 -- vericgar (Jan 21 2005) #### APACHE1_DEPEND="=net-www/apache-1*" -APACHE2_DEPEND=">=net-www/apache-2.0.52-r3" +APACHE2_DEPEND=">=net-www/apache-2.0.54-r5" #### |