diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-18 00:13:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-18 00:13:05 +0000 |
commit | d7a30553ebe332efbaee11f3b77b0c568dd048f7 (patch) | |
tree | d93ae04da0ffc6b96ae094edbe050b319317b72f /net-misc/arpd | |
parent | hppa #41940 (diff) | |
download | gentoo-2-d7a30553ebe332efbaee11f3b77b0c568dd048f7.tar.gz gentoo-2-d7a30553ebe332efbaee11f3b77b0c568dd048f7.tar.bz2 gentoo-2-d7a30553ebe332efbaee11f3b77b0c568dd048f7.zip |
hppa
Diffstat (limited to 'net-misc/arpd')
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild index 4526aa93a192..205737bdccee 100644 --- a/net-misc/arpd/arpd-0.2.ebuild +++ b/net-misc/arpd/arpd-0.2.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/arpd/arpd-0.2.ebuild,v 1.1 2003/09/14 16:24:20 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.2 2004/02/18 00:13:05 vapier Exp $ DESCRIPTION="ARP reply daemon enables a single host to claim all unassigned addresses on a LAN for network monitoring or simulation" HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" @@ -8,14 +8,13 @@ SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~hppa ~amd64" +KEYWORDS="~x86 ~sparc ~ppc hppa ~amd64" -IUSE="" DEPEND=">=libdnet-1.4 >=libevent-0.6 >=libpcap-0.7.1" -S="${WORKDIR}/${PN}" +S=${WORKDIR}/${PN} src_unpack() { unpack ${A} |