diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-11-29 11:42:42 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-11-29 11:42:42 +0000 |
commit | 193b72ed5717a3996db0ae27c5b4e4ba14345dc1 (patch) | |
tree | 06ad16bca1f9b42b041ce8322c1397fcf2c871df /net-www/mod_dav | |
parent | updated for Apache2 (diff) | |
download | historical-193b72ed5717a3996db0ae27c5b4e4ba14345dc1.tar.gz historical-193b72ed5717a3996db0ae27c5b4e4ba14345dc1.tar.bz2 historical-193b72ed5717a3996db0ae27c5b4e4ba14345dc1.zip |
fix dependencies for Apache-1*
Diffstat (limited to 'net-www/mod_dav')
-rw-r--r-- | net-www/mod_dav/mod_dav-1.0.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild b/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild index ad41be105789..4067bfdfa43c 100644 --- a/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild +++ b/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild,v 1.4 2002/10/04 06:19:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_dav/mod_dav-1.0.3-r1.ebuild,v 1.5 2002/11/29 11:42:42 woodchip Exp $ MY_V=${PV}-1.3.6 @@ -11,7 +11,7 @@ KEYWORDS="x86 sparc sparc64" S=${WORKDIR}/${PN}-${MY_V} SRC_URI="http://www.webdav.org/mod_dav/${PN}-${MY_V}.tar.gz" -DEPEND="virtual/glibc >=net-www/apache-1.3.24" +DEPEND="virtual/glibc =net-www/apache-1*" LICENSE="as-is" SLOT="0" |