diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-21 01:16:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-21 01:16:50 +0000 |
commit | d8ba75e3330a7146142e049c13da73865234d121 (patch) | |
tree | e2634e036ab35d72d1d605835d84da2530290a01 /sys-apps/coreutils | |
parent | old (diff) | |
download | gentoo-2-d8ba75e3330a7146142e049c13da73865234d121.tar.gz gentoo-2-d8ba75e3330a7146142e049c13da73865234d121.tar.bz2 gentoo-2-d8ba75e3330a7146142e049c13da73865234d121.zip |
get rid of flaky libc DEPEND
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r2.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r5.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r6.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild index deaadcc6fb3f..10ec52414872 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r2.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/coreutils/coreutils-5.2.1-r2.ebuild,v 1.11 2005/01/08 00:44:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r2.ebuild,v 1.12 2005/05/21 01:16:50 vapier Exp $ inherit eutils flag-o-matic @@ -27,7 +27,6 @@ RDEPEND="selinux? ( sys-libs/libselinux ) nls? ( sys-devel/gettext ) >=sys-libs/ncurses-5.3-r5" DEPEND="${RDEPEND} - virtual/libc >=sys-apps/portage-2.0.49 >=sys-devel/automake-1.8.3 >=sys-devel/autoconf-2.58 diff --git a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild index a3e6c617d84c..11c908ac302b 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r5.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/coreutils/coreutils-5.2.1-r5.ebuild,v 1.9 2005/05/21 01:15:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild,v 1.10 2005/05/21 01:16:50 vapier Exp $ inherit eutils flag-o-matic @@ -28,7 +28,6 @@ RDEPEND="selinux? ( sys-libs/libselinux ) nls? ( sys-devel/gettext ) >=sys-libs/ncurses-5.3-r5" DEPEND="${RDEPEND} - virtual/libc >=sys-apps/portage-2.0.49 =sys-devel/automake-1.8* >=sys-devel/autoconf-2.58 diff --git a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild index fdbf14d65914..81976502cefa 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r6.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/coreutils/coreutils-5.2.1-r6.ebuild,v 1.4 2005/05/16 22:26:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r6.ebuild,v 1.5 2005/05/21 01:16:50 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -25,7 +25,6 @@ RDEPEND="selinux? ( sys-libs/libselinux ) nls? ( sys-devel/gettext ) >=sys-libs/ncurses-5.3-r5" DEPEND="${RDEPEND} - virtual/libc >=sys-apps/portage-2.0.49 =sys-devel/automake-1.8* >=sys-devel/autoconf-2.58 |