From f00999ea9185393d87cedf986e24843d4d0bd67c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 9 Jun 2008 00:57:06 +0000 Subject: dont need the strip patch as it's been merged upstream --- sys-apps/iproute2/iproute2-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys-apps/iproute2') diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index 73ae39f51fc2..25611cbb1ef1 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.1 2007/08/25 16:49:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.2 2008/06/09 00:57:06 vapier Exp $ EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" inherit eutils toolchain-funcs git @@ -24,8 +24,6 @@ src_unpack() { cd "${S}" sed -i "s:-O2:${CFLAGS}:" Makefile || die "sed Makefile failed" - epatch "${FILESDIR}"/${PN}-2.6.16.20060323-build.patch #137574 - # don't build arpd if USE=-berkdb #81660 use berkdb || sed -i '/^TARGETS=/s: arpd : :' misc/Makefile # Multilib fixes -- cgit v1.2.3-65-gdbad