diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:57:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:57:10 +0000 |
commit | b76a2f27af98fb73b1aff31c69f40acc9883ac40 (patch) | |
tree | a075aa270bfb2bec8825504548640be57de4fa29 /net-www/mod_throttle | |
parent | Version bump; resolves bug #42239. (Manifest recommit) (diff) | |
download | gentoo-2-b76a2f27af98fb73b1aff31c69f40acc9883ac40.tar.gz gentoo-2-b76a2f27af98fb73b1aff31c69f40acc9883ac40.tar.bz2 gentoo-2-b76a2f27af98fb73b1aff31c69f40acc9883ac40.zip |
Remove arm keywords
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 3a43048f39c9..92940757598f 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,10 +1,10 @@ # Copyright 1999-2003 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.7 2003/02/13 15:38:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.8 2004/02/22 16:53:23 agriffis Exp $ DESCRIPTION="Bandwidth and request throttling for Apache" HOMEPAGE="http://www.snert.com/Software/mod_throttle/" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} |