diff options
author | 2001-05-28 05:24:13 +0000 | |
---|---|---|
committer | 2001-05-28 05:24:13 +0000 | |
commit | 8ed32e6bf344c307316970f423c63b17604b0161 (patch) | |
tree | 903729d776fdd8e9151364e6f7be0a9abefd351c /sys-apps/busybox | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2 gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip |
Dependencie fixes
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-0.50.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-0.50.ebuild b/sys-apps/busybox/busybox-0.50.ebuild index 0712f7029614..34baff2b785d 100644 --- a/sys-apps/busybox/busybox-0.50.ebuild +++ b/sys-apps/busybox/busybox-0.50.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.50.ebuild,v 1.2 2001/05/09 02:59:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.50.ebuild,v 1.3 2001/05/28 05:24:13 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,8 @@ DESCRIPTION="Utilities for rescue and embedded systems" SRC_URI="ftp://oss.lineo.com/busybox/${A}" HOMEPAGE="http://busybox.lineo.com/" +DEPEND="virtual/glibc" + src_unpack() { unpack ${A} cp ${FILESDIR}/Config.h ${S}/Config.h |