diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 23:30:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 23:30:10 +0000 |
commit | d17e3e3ae078553445d10be0befe446698273160 (patch) | |
tree | 89d23fd5f8df2e9002838d6b2839df858a6703c9 /net-misc/cbqinit | |
parent | hppa repoman (diff) | |
download | historical-d17e3e3ae078553445d10be0befe446698273160.tar.gz historical-d17e3e3ae078553445d10be0befe446698273160.tar.bz2 historical-d17e3e3ae078553445d10be0befe446698273160.zip |
Remove arm keywords
Diffstat (limited to 'net-misc/cbqinit')
-rw-r--r-- | net-misc/cbqinit/cbqinit-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/cbqinit/cbqinit-0.7.ebuild b/net-misc/cbqinit/cbqinit-0.7.ebuild index 5459dc3c6f37..f8bc8e05d94d 100644 --- a/net-misc/cbqinit/cbqinit-0.7.ebuild +++ b/net-misc/cbqinit/cbqinit-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cbqinit/cbqinit-0.7.ebuild,v 1.5 2003/05/15 15:58:33 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cbqinit/cbqinit-0.7.ebuild,v 1.6 2004/02/22 23:28:04 agriffis Exp $ S=${WORKDIR} DESCRIPTION="Sets up class-based queue traffic control (QoS) with iproute2" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/cbqinit/cbq.init-v${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa arm" +KEYWORDS="x86 ppc sparc alpha mips hppa " DEPEND=">=sys-apps/sed-4.0.5" |