diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 03:01:02 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 03:01:02 +0000 |
commit | 786c804e924e8656900f3d4243f3168507a7dd6f (patch) | |
tree | 2d5b0c243c5c5918e3b3724d2a7589fddfa40f5b /net-www/mod_throttle | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | historical-786c804e924e8656900f3d4243f3168507a7dd6f.tar.gz historical-786c804e924e8656900f3d4243f3168507a7dd6f.tar.bz2 historical-786c804e924e8656900f3d4243f3168507a7dd6f.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} |