diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 20:43:49 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 20:43:49 +0000 |
commit | e9e5612aadb992d53ffdd9fa736e07e519bb2e1b (patch) | |
tree | 300212691421138018148b0f9021b75afde4d01a /net-misc/arpd/arpd-0.2.ebuild | |
parent | gpgme works again on OSX (diff) | |
download | historical-e9e5612aadb992d53ffdd9fa736e07e519bb2e1b.tar.gz historical-e9e5612aadb992d53ffdd9fa736e07e519bb2e1b.tar.bz2 historical-e9e5612aadb992d53ffdd9fa736e07e519bb2e1b.zip |
Removing virtual/libpcap wrt bug #117898
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-misc/arpd/arpd-0.2.ebuild')
-rw-r--r-- | net-misc/arpd/arpd-0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/arpd/arpd-0.2.ebuild b/net-misc/arpd/arpd-0.2.ebuild index 2929c555b94c..1875512586fa 100644 --- a/net-misc/arpd/arpd-0.2.ebuild +++ b/net-misc/arpd/arpd-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.13 2005/12/25 18:40:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.14 2006/02/20 20:43:20 jokey Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 - virtual/libpcap" + net-libs/libpcap" S=${WORKDIR}/${PN} |