diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-11-29 11:44:43 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-11-29 11:44:43 +0000 |
commit | cff079bafb07e781b20d1a4191c74f6d88574b83 (patch) | |
tree | 6d7fd87aab976774faf36fe715c5eda4d66c1e06 /net-www/mod_throttle | |
parent | updated for Apache2 (diff) | |
download | gentoo-2-cff079bafb07e781b20d1a4191c74f6d88574b83.tar.gz gentoo-2-cff079bafb07e781b20d1a4191c74f6d88574b83.tar.bz2 gentoo-2-cff079bafb07e781b20d1a4191c74f6d88574b83.zip |
fix dependencies for Apache-1*
Diffstat (limited to 'net-www/mod_throttle')
-rw-r--r-- | net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild b/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild index 11f2eca51d69..6d782ded4484 100644 --- a/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild +++ b/net-www/mod_throttle/mod_throttle-3.1.2-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_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.4 2002/10/04 06:20:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.5 2002/11/29 11:42:42 woodchip Exp $ DESCRIPTION="Bandwidth and request throttling for Apache" HOMEPAGE="http://www.snert.com/Software/mod_throttle/" @@ -10,7 +10,7 @@ MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} SRC_URI="http://www.snert.com/Software/${PN}/${PN}${MY_V}.tgz" -DEPEND="virtual/glibc >=net-www/apache-1.3.24" +DEPEND="=net-www/apache-1*" LICENSE="as-is" SLOT="0" |