diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 09:02:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 09:02:00 +0000 |
commit | ddb6cdd059fa4d77d1e6115e5a5547bef3024769 (patch) | |
tree | 12cf5bbba5f7eab38aa8903da7c4bbc743f8accd /net-misc/arpd | |
parent | fixing Manifest (diff) | |
download | gentoo-2-ddb6cdd059fa4d77d1e6115e5a5547bef3024769.tar.gz gentoo-2-ddb6cdd059fa4d77d1e6115e5a5547bef3024769.tar.bz2 gentoo-2-ddb6cdd059fa4d77d1e6115e5a5547bef3024769.zip |
amd64 needs deps first
Diffstat (limited to 'net-misc/arpd')
-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 2c90ffa5fda5..55290f75dc9e 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 Technologies, Inc. # 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.5 2004/02/20 08:00:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.6 2004/02/24 09:02:00 mr_bones_ 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/" @@ -8,7 +8,7 @@ SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~sparc ~ppc hppa ~amd64" +KEYWORDS="x86 ~sparc ~ppc hppa" DEPEND=">=dev-libs/libdnet-1.4 >=dev-libs/libevent-0.6 |