summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-16 22:32:27 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-16 22:32:27 +0000
commit0ebff95e5049b71776580412b0a2ba2b44b56ae1 (patch)
tree1d0e658be4b8976f14232c06f610d2836bac6be7 /net-misc/udhcp/udhcp-0.9.8-r3.ebuild
parentFix bug #92751 (diff)
downloadhistorical-0ebff95e5049b71776580412b0a2ba2b44b56ae1.tar.gz
historical-0ebff95e5049b71776580412b0a2ba2b44b56ae1.tar.bz2
historical-0ebff95e5049b71776580412b0a2ba2b44b56ae1.zip
dont use toolchain-funcs
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-misc/udhcp/udhcp-0.9.8-r3.ebuild')
-rw-r--r--net-misc/udhcp/udhcp-0.9.8-r3.ebuild8
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
}