summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2005-01-25 05:10:49 +0000
committerBrian Jackson <iggy@gentoo.org>2005-01-25 05:10:49 +0000
commit724ca831ba0e9991c96d0ee68d4c9ddd7a19ec48 (patch)
treee07686a12880e0c318d1d50a2751e6f23ff4e0a5 /sys-apps
parentGCC 3.4 fix (diff)
downloadgentoo-2-724ca831ba0e9991c96d0ee68d4c9ddd7a19ec48.tar.gz
gentoo-2-724ca831ba0e9991c96d0ee68d4c9ddd7a19ec48.tar.bz2
gentoo-2-724ca831ba0e9991c96d0ee68d4c9ddd7a19ec48.zip
few more uclibc move changes
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/busybox/ChangeLog6
-rw-r--r--sys-apps/busybox/busybox-1.00.ebuild4
-rw-r--r--sys-apps/busybox/busybox-1.00_rc3.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index d86c899ebeae..c0ccb8b0ebe3 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/busybox
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.56 2005/01/10 23:34:54 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.57 2005/01/25 05:10:49 iggy Exp $
+
+ 24 Jan 2005; Brian Jackson <iggy@gentoo.org> busybox-1.00.ebuild,
+ busybox-1.00_rc3.ebuild:
+ few more uclibc move changes
11 Jan 2005; Guy Martin <gmsoft@gentoo.org> busybox-1.00-r1.ebuild:
Yes we *NEED* the symlinks for netboot.
diff --git a/sys-apps/busybox/busybox-1.00.ebuild b/sys-apps/busybox/busybox-1.00.ebuild
index 12fff2ec2d13..9991188a1434 100644
--- a/sys-apps/busybox/busybox-1.00.ebuild
+++ b/sys-apps/busybox/busybox-1.00.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.ebuild,v 1.9 2005/01/02 03:54:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00.ebuild,v 1.10 2005/01/25 05:10:49 iggy Exp $
inherit eutils
@@ -26,7 +26,7 @@ fi
S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
- !amd64? ( uclibc? ( dev-libs/uclibc ) )
+ !amd64? ( uclibc? ( sys-libs/uclibc ) )
>=sys-apps/sed-4"
RDEPEND="!static? ( virtual/libc )"
diff --git a/sys-apps/busybox/busybox-1.00_rc3.ebuild b/sys-apps/busybox/busybox-1.00_rc3.ebuild
index 697db37bb87a..a8f7c710385c 100644
--- a/sys-apps/busybox/busybox-1.00_rc3.ebuild
+++ b/sys-apps/busybox/busybox-1.00_rc3.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_rc3.ebuild,v 1.14 2005/01/02 03:54:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_rc3.ebuild,v 1.15 2005/01/25 05:10:49 iggy Exp $
inherit eutils
@@ -26,7 +26,7 @@ fi
S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
- !amd64? ( uclibc? ( dev-libs/uclibc ) )
+ !amd64? ( uclibc? ( sys-libs/uclibc ) )
>=sys-apps/sed-4"
RDEPEND="!static? ( virtual/libc )"