diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 18:24:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-30 18:24:40 +0000 |
commit | 857991cbdcf6b278ad33bdd277885f56fe637e30 (patch) | |
tree | b14ccce710f7e9df822fb593b2e820cd33a61f4f /sys-apps/busybox/busybox-1.3.1.ebuild | |
parent | remove broken versions. (diff) | |
download | gentoo-2-857991cbdcf6b278ad33bdd277885f56fe637e30.tar.gz gentoo-2-857991cbdcf6b278ad33bdd277885f56fe637e30.tar.bz2 gentoo-2-857991cbdcf6b278ad33bdd277885f56fe637e30.zip |
Punt USE=netboot #159490 by Maciej Grela.
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'sys-apps/busybox/busybox-1.3.1.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-1.3.1.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys-apps/busybox/busybox-1.3.1.ebuild b/sys-apps/busybox/busybox-1.3.1.ebuild index 9d1a90601f14..d530b5eb6de3 100644 --- a/sys-apps/busybox/busybox-1.3.1.ebuild +++ b/sys-apps/busybox/busybox-1.3.1.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/sys-apps/busybox/busybox-1.3.1.ebuild,v 1.2 2006/12/30 10:34:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.3.1.ebuild,v 1.3 2006/12/30 18:24:40 vapier Exp $ inherit eutils flag-o-matic @@ -63,7 +63,7 @@ fi LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="debug static savedconfig netboot make-symlinks" +IUSE="debug static savedconfig make-symlinks" RESTRICT="test" DEPEND="" @@ -125,13 +125,6 @@ src_unpack() { done ewarn "Could not locate user configfile, so we will save a default one" fi - if use netboot ; then - cp "${FILESDIR}"/config-netboot .config - sed -i \ - -e '/DEFAULT_SCRIPT/s:/share/udhcpc/default.script:/lib/udhcpc.script:' \ - networking/udhcp/libbb_udhcp.h \ - || die "fixing netboot/udhcpc" - fi # setup the config file make allyesconfig > /dev/null |