diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-05 00:16:47 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-05 00:16:47 +0000 |
commit | fac233231bdea1fb33667923ab6d20eb1f7599f8 (patch) | |
tree | 90cdc4fd98079c65aa0aaabbab5c296da185e5a4 /net-analyzer/arpoison | |
parent | Testing commit hooks. (diff) | |
download | gentoo-2-fac233231bdea1fb33667923ab6d20eb1f7599f8.tar.gz gentoo-2-fac233231bdea1fb33667923ab6d20eb1f7599f8.tar.bz2 gentoo-2-fac233231bdea1fb33667923ab6d20eb1f7599f8.zip |
typo, pointed out by nightmorph
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc6-wl-dirty x86_64)
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog index 38e94c41d33f..44a38283ea5b 100644 --- a/net-analyzer/arpoison/ChangeLog +++ b/net-analyzer/arpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arpoison -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.7 2007/04/24 19:54:40 welp Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.8 2008/12/05 00:16:47 darkside Exp $ + + 05 Dec 2008; Jeremy Olexa <darkside@gentoo.org> arpoison-0.6.ebuild: + typo, pointed out by nightmorph 24 Apr 2007; Peter Weller <welp@gentoo.org> arpoison-0.6.ebuild: Keyworded ~amd64 wrt bug 175703 diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild index af24262ff0f5..514de22384de 100644 --- a/net-analyzer/arpoison/arpoison-0.6.ebuild +++ b/net-analyzer/arpoison/arpoison-0.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.7 2007/04/24 19:54:40 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.8 2008/12/05 00:16:47 darkside Exp $ inherit toolchain-funcs -DESCRIPTION="A utility to poision ARP caches" +DESCRIPTION="A utility to poison ARP caches" HOMEPAGE="http://arpoison.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |