diff options
author | 2005-05-18 20:10:55 +0000 | |
---|---|---|
committer | 2005-05-18 20:10:55 +0000 | |
commit | 44189d733ad791ca356d082048c120d554084b68 (patch) | |
tree | 1f9d9cb028b85e68f670ee6f4fb22c76b032cb91 /net-misc/arpd/arpd-0.2.ebuild | |
parent | Moved inherit to the top to stop eclasses from overwriting the DESCRIPTION. (diff) | |
download | historical-44189d733ad791ca356d082048c120d554084b68.tar.gz historical-44189d733ad791ca356d082048c120d554084b68.tar.bz2 historical-44189d733ad791ca356d082048c120d554084b68.zip |
Moved inherit to the top to stop eclasses from overwriting the DESCRIPTION.
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 cc0b5835cedf..3a7cfb23d880 100644 --- a/net-misc/arpd/arpd-0.2.ebuild +++ b/net-misc/arpd/arpd-0.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 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.11 2005/05/01 17:25:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.12 2005/05/18 20:10:55 swegener Exp $ + +inherit eutils 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/" @@ -11,8 +13,6 @@ SLOT="0" KEYWORDS="x86 ~sparc ppc hppa ~amd64" IUSE="" -inherit eutils - DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 virtual/libpcap" |