diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 03:02:01 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 03:02:01 +0000 |
commit | 301eb82c5c8a18b372475a5312a83ca525f4d65d (patch) | |
tree | 2f54f38362f9157d914f17a81b1fa330472ceffe /net-www/mod_throttle | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | gentoo-2-301eb82c5c8a18b372475a5312a83ca525f4d65d.tar.gz gentoo-2-301eb82c5c8a18b372475a5312a83ca525f4d65d.tar.bz2 gentoo-2-301eb82c5c8a18b372475a5312a83ca525f4d65d.zip |
Adding sparc/sparc64 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 94bee0834be4..1911d66b87c4 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.2 2002/07/14 20:25:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.3 2002/08/16 03:01:02 murphy Exp $ DESCRIPTION="Bandwidth and request throttling for Apache" HOMEPAGE="http://www.snert.com/Software/mod_throttle/" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} |