diff options
author | Stewart Honsberger <blkdeath@gentoo.org> | 2004-01-23 22:46:32 +0000 |
---|---|---|
committer | Stewart Honsberger <blkdeath@gentoo.org> | 2004-01-23 22:46:32 +0000 |
commit | c0d44e4f6738b2b1d53ad9940dcc8c7af15e13f1 (patch) | |
tree | 1be28001edf25483f9202bacee8141bda93e0265 /net-dns/dnstop/dnstop-20031113.ebuild | |
parent | Version bump. Add metadata.xml (diff) | |
download | gentoo-2-c0d44e4f6738b2b1d53ad9940dcc8c7af15e13f1.tar.gz gentoo-2-c0d44e4f6738b2b1d53ad9940dcc8c7af15e13f1.tar.bz2 gentoo-2-c0d44e4f6738b2b1d53ad9940dcc8c7af15e13f1.zip |
Fixed keywords
Diffstat (limited to 'net-dns/dnstop/dnstop-20031113.ebuild')
-rw-r--r-- | net-dns/dnstop/dnstop-20031113.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnstop/dnstop-20031113.ebuild b/net-dns/dnstop/dnstop-20031113.ebuild index 79593569309e..b705904808ce 100644 --- a/net-dns/dnstop/dnstop-20031113.ebuild +++ b/net-dns/dnstop/dnstop-20031113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20031113.ebuild,v 1.1 2004/01/23 22:44:38 blkdeath Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20031113.ebuild,v 1.2 2004/01/23 22:46:24 blkdeath Exp $ DESCRIPTION="Displays various tables of DNS traffic on your network." HOMEPAGE="http://dnstop.measurement-factory.com/" @@ -8,7 +8,7 @@ SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ppc ~sparc x86" +KEYWORDS="~x86 ~ppc ~sparc" IUSE="" DEPEND="ncurses libpcap" |