diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 00:50:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-14 00:50:19 +0000 |
commit | 6df2c0acc2891cbbfa2b8b04d611fecdd3167390 (patch) | |
tree | ffb825d5ff3994431063e63d4096d148cf11783d /sys-apps/busybox | |
parent | this is not base-system (diff) | |
download | historical-6df2c0acc2891cbbfa2b8b04d611fecdd3167390.tar.gz historical-6df2c0acc2891cbbfa2b8b04d611fecdd3167390.tar.bz2 historical-6df2c0acc2891cbbfa2b8b04d611fecdd3167390.zip |
remove uclibc references in DEPEND
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.00-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/busybox/busybox-1.00-r1.ebuild b/sys-apps/busybox/busybox-1.00-r1.ebuild index 3aa4fccb81bd..dbc5937a4653 100644 --- a/sys-apps/busybox/busybox-1.00-r1.ebuild +++ b/sys-apps/busybox/busybox-1.00-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00-r1.ebuild,v 1.7 2005/01/10 23:34:54 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00-r1.ebuild,v 1.8 2005/01/14 00:50:19 vapier Exp $ inherit eutils @@ -19,10 +19,9 @@ fi LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="debug uclibc static savedconfig netboot make-busybox-symlinks" +IUSE="debug uclibc static savedconfig netboot floppyboot make-busybox-symlinks" DEPEND="virtual/libc - !amd64? ( uclibc? ( dev-libs/uclibc ) ) >=sys-apps/sed-4" RDEPEND="!static? ( virtual/libc )" @@ -80,6 +79,8 @@ src_unpack() { -e '/DEFAULT_SCRIPT/s:/share/udhcpc/default.script:/lib/udhcpc.script:' \ networking/udhcp/libbb_udhcp.h \ || die "fixing netboot/udhcpc" + elif use floppyboot ; then + cp ${FILESDIR}/config-floppyboot .config fi # busybox has changed quite a bit from 0.[5-6]* to 1.x so this |