diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:27:03 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:27:03 +0000 |
commit | d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5 (patch) | |
tree | 5a050409acb977c71130d64798a02acbd0453be8 /net-misc/arpd | |
parent | updated (R)DEPEND to reflect rhino SLOT changes. (diff) | |
download | historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.tar.gz historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.tar.bz2 historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.zip |
Transition dependancy from net-libs/libpcap to virtual/libpcap
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-misc/arpd')
-rw-r--r-- | net-misc/arpd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/arpd/ChangeLog b/net-misc/arpd/ChangeLog index 53c15f2e4eb4..0986942f16d1 100644 --- a/net-misc/arpd/ChangeLog +++ b/net-misc/arpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/arpd -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.5 2004/06/24 23:34:44 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/ChangeLog,v 1.6 2005/01/29 21:21:15 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> arpd-0.2.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap *arpd-0.2 (14 Sep 2003) 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} |