diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:34:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:34:25 +0000 |
commit | ea579569f9ae8195782ad1b46c6c69a936f1739a (patch) | |
tree | 036bde14db3db35db0da621e5acdf1ad40f41452 /net-misc/arpd/arpd-0.2.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | gentoo-2-ea579569f9ae8195782ad1b46c6c69a936f1739a.tar.gz gentoo-2-ea579569f9ae8195782ad1b46c6c69a936f1739a.tar.bz2 gentoo-2-ea579569f9ae8195782ad1b46c6c69a936f1739a.zip |
sync IUSE (missing)
Diffstat (limited to 'net-misc/arpd/arpd-0.2.ebuild')
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild index 38c84799fac9..49e75b1e130a 100644 --- a/net-misc/arpd/arpd-0.2.ebuild +++ b/net-misc/arpd/arpd-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/06/24 23:34:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.8 2004/07/15 02:34:25 agriffis 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/" @@ -9,6 +9,7 @@ SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~sparc ~ppc hppa" +IUSE="" DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 |