diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 20:37:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 20:37:23 +0000 |
commit | 97044ee746c5ebe0aa8ef2f83eb2838d14423441 (patch) | |
tree | 57b73b1e8300695f25285d739a192b8bc7844393 /sys-apps/netkit-base/netkit-base-0.17-r8.ebuild | |
parent | touchup (diff) | |
download | historical-97044ee746c5ebe0aa8ef2f83eb2838d14423441.tar.gz historical-97044ee746c5ebe0aa8ef2f83eb2838d14423441.tar.bz2 historical-97044ee746c5ebe0aa8ef2f83eb2838d14423441.zip |
Uncompress patches #120693 by Simon Stelling and just drop the ping related patches since we dont use ping from this package anymore.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'sys-apps/netkit-base/netkit-base-0.17-r8.ebuild')
-rw-r--r-- | sys-apps/netkit-base/netkit-base-0.17-r8.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild index 41f716a36db9..6175f67125bc 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild,v 1.13 2005/04/17 05:38:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild,v 1.14 2006/02/04 20:37:23 vapier Exp $ inherit eutils @@ -19,10 +19,7 @@ PROVIDE="virtual/inetd" src_unpack() { unpack ${A} cd "${S}" - - # Note that epatch will intelligently patch architecture specific - # patches as well - epatch "${FILESDIR}" + epatch "${FILESDIR}"/*.patch } src_compile() { |