diff options
-rw-r--r-- | net-misc/arpstar/ChangeLog | 3 | ||||
-rw-r--r-- | net-misc/arpstar/arpstar-0.5.5-r1.ebuild | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/arpstar/ChangeLog b/net-misc/arpstar/ChangeLog index de70c974fd4c..f9f8e118a8a3 100644 --- a/net-misc/arpstar/ChangeLog +++ b/net-misc/arpstar/ChangeLog @@ -1,8 +1,9 @@ # 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.6 2006/08/08 10:13:00 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpstar/ChangeLog,v 1.7 2006/08/08 13:26:22 phreak Exp $ 08 Aug 2006; Christian Heim <phreak@gentoo.org> arpstar-0.5.5-r1.ebuild: + Including cleanups from Barbu Eros Iulian. arpstar should explicitly inherit eutils. No errors before since it is already included via linux-mod.eclass diff --git a/net-misc/arpstar/arpstar-0.5.5-r1.ebuild b/net-misc/arpstar/arpstar-0.5.5-r1.ebuild index a34602496da8..26122d70840b 100644 --- a/net-misc/arpstar/arpstar-0.5.5-r1.ebuild +++ b/net-misc/arpstar/arpstar-0.5.5-r1.ebuild @@ -1,6 +1,6 @@ # 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.2 2006/08/08 10:13:00 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/arpstar/arpstar-0.5.5-r1.ebuild,v 1.3 2006/08/08 13:26:22 phreak Exp $ inherit eutils linux-mod @@ -21,12 +21,10 @@ CONFIG_CHECK="NETFILTER" src_unpack() { unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-2.6.16.patch + epatch "${FILESDIR}"/${P}-2.6.16.patch || die "epatch failed" } src_install() { linux-mod_src_install - dodoc arpstar.README } |