diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:01:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:01:58 +0000 |
commit | fa377487e4350574b3d413b7bc37b621905cb663 (patch) | |
tree | 039404b76f123c6195b28ba1dbf66ac7b8e2d167 /sys-apps/busybox/busybox-0.60.5-r1.ebuild | |
parent | added missing uclibc to IUSE (Manifest recommit) (diff) | |
download | gentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.tar.gz gentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.tar.bz2 gentoo-2-fa377487e4350574b3d413b7bc37b621905cb663.zip |
change glibc to libc
Diffstat (limited to 'sys-apps/busybox/busybox-0.60.5-r1.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-0.60.5-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/busybox/busybox-0.60.5-r1.ebuild b/sys-apps/busybox/busybox-0.60.5-r1.ebuild index 9957ec07521e..de5e9fc436bf 100644 --- a/sys-apps/busybox/busybox-0.60.5-r1.ebuild +++ b/sys-apps/busybox/busybox-0.60.5-r1.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.5-r1.ebuild,v 1.12 2004/06/25 20:28:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.5-r1.ebuild,v 1.13 2004/06/28 16:01:00 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Utilities for rescue and embedded systems" +HOMEPAGE="http://www.busybox.net/" SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz" -HOMEPAGE="http://www.busybox.net" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -amd64 -alpha" +SLOT="0" +KEYWORDS="~x86 -alpha -amd64" IUSE="static uclibc" -DEPEND="virtual/glibc" -RDEPEND="!static? ${DEPEND}" +DEPEND="virtual/libc" +RDEPEND="!static? ( virtual/libc )" src_unpack() { unpack ${A} |