diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:24:27 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:24:27 +0000 |
commit | c3cd1bc6ded166f604f70b459769a6b1a5c0dafd (patch) | |
tree | ebdb240c21811de713a9a894c420a6c09fc07b54 /net-misc/arpd/arpd-0.2.ebuild | |
parent | recommit, accidently removed the a stable keyword. (diff) | |
download | gentoo-2-c3cd1bc6ded166f604f70b459769a6b1a5c0dafd.tar.gz gentoo-2-c3cd1bc6ded166f604f70b459769a6b1a5c0dafd.tar.bz2 gentoo-2-c3cd1bc6ded166f604f70b459769a6b1a5c0dafd.zip |
Transition dependancy from net-libs/libpcap to virtual/libpcap
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/arpd/arpd-0.2.ebuild')
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild index 49e75b1e130a..ddc9f42cbdd1 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.8 2004/07/15 02:34:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.9 2005/01/29 21:21:15 dragonheart 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/" @@ -13,7 +13,7 @@ IUSE="" DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 - >=net-libs/libpcap-0.7.1" + virtual/libpcap" S=${WORKDIR}/${PN} |