diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-16 22:32:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-16 22:32:27 +0000 |
commit | 4779177d33a05feb0d20a7a55968d12021c9926e (patch) | |
tree | ef55c36c166ab4a1737480b38aabbe6085b2b01a /net-misc/udhcp | |
parent | Fix bug #92751 (diff) | |
download | gentoo-2-4779177d33a05feb0d20a7a55968d12021c9926e.tar.gz gentoo-2-4779177d33a05feb0d20a7a55968d12021c9926e.tar.bz2 gentoo-2-4779177d33a05feb0d20a7a55968d12021c9926e.zip |
dont use toolchain-funcs
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-misc/udhcp')
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.8-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild index 9b5db0669f74..35bd51751ac9 100644 --- a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild +++ b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.11 2004/12/17 03:58:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.12 2005/05/16 22:32:27 vapier Exp $ -inherit eutils gcc +inherit eutils toolchain-funcs DESCRIPTION="udhcp Server/Client Package" HOMEPAGE="http://udhcp.busybox.net/" @@ -28,7 +28,7 @@ src_unpack() { #fixes #62714, thanks GurliGebis if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] then - epatch ${FILESDIR}/udhcp-gcc-3.4.patch + epatch "${FILESDIR}"/udhcp-gcc-3.4.patch fi } |