diff options
author | Christian Heim <phreak@gentoo.org> | 2006-08-08 10:13:00 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-08-08 10:13:00 +0000 |
commit | 747635abde2b86a561790ca5bd33c58c668a1871 (patch) | |
tree | 7f78d180052f6ecdcc6c1ee7545c687b54489a9e /net-misc/arpstar | |
parent | Add vapiers patchs to solve silly network lookups #139411 and to make the (diff) | |
download | gentoo-2-747635abde2b86a561790ca5bd33c58c668a1871.tar.gz gentoo-2-747635abde2b86a561790ca5bd33c58c668a1871.tar.bz2 gentoo-2-747635abde2b86a561790ca5bd33c58c668a1871.zip |
arpstar should explicitly inherit eutils. No errors before since it is already included via linux-mod.eclass
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'net-misc/arpstar')
-rw-r--r-- | net-misc/arpstar/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/arpstar/arpstar-0.5.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/arpstar/ChangeLog b/net-misc/arpstar/ChangeLog index ff8b9c6c7478..de70c974fd4c 100644 --- a/net-misc/arpstar/ChangeLog +++ b/net-misc/arpstar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/arpstar # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpstar/ChangeLog,v 1.5 2006/08/08 10:04:31 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpstar/ChangeLog,v 1.6 2006/08/08 10:13:00 phreak Exp $ + + 08 Aug 2006; Christian Heim <phreak@gentoo.org> arpstar-0.5.5-r1.ebuild: + arpstar should explicitly inherit eutils. No errors before since it is + already included via linux-mod.eclass 08 Aug 2006; Christian Heim <phreak@gentoo.org> -arpstar-0.5.5.ebuild: Removing old ebuild diff --git a/net-misc/arpstar/arpstar-0.5.5-r1.ebuild b/net-misc/arpstar/arpstar-0.5.5-r1.ebuild index 9d1337812768..a34602496da8 100644 --- a/net-misc/arpstar/arpstar-0.5.5-r1.ebuild +++ b/net-misc/arpstar/arpstar-0.5.5-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/arpstar/arpstar-0.5.5-r1.ebuild,v 1.1 2006/08/08 09:59:09 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpstar/arpstar-0.5.5-r1.ebuild,v 1.2 2006/08/08 10:13:00 phreak Exp $ -inherit linux-mod +inherit eutils linux-mod DESCRIPTION="ARPStar kernel module for protection against arp poisoning." HOMEPAGE="http://arpstar.sourceforge.net" |