diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-30 17:18:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-30 17:18:58 +0000 |
commit | 3471ec952203277afa68210ce68a04490d269290 (patch) | |
tree | ffda3ba649b250299989e256bad7ad28bd915865 /sys-apps/coreutils | |
parent | Version bump, skipping 1.8.1 as upstream released 1.8.1.1 with two regression... (diff) | |
download | historical-3471ec952203277afa68210ce68a04490d269290.tar.gz historical-3471ec952203277afa68210ce68a04490d269290.tar.bz2 historical-3471ec952203277afa68210ce68a04490d269290.zip |
No longer need ncurses #350126 by Jonathan Callen.
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.7.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.8.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 38f9bbd8a40a..b78f81cda0f4 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.314 2010/12/23 01:11:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.315 2010/12/30 17:18:58 vapier Exp $ + + 30 Dec 2010; Mike Frysinger <vapier@gentoo.org> coreutils-8.7.ebuild, + coreutils-8.8.ebuild: + No longer need ncurses #350126 by Jonathan Callen. *coreutils-8.8 (23 Dec 2010) diff --git a/sys-apps/coreutils/coreutils-8.7.ebuild b/sys-apps/coreutils/coreutils-8.7.ebuild index 396d10109d71..2e1e01d3f88a 100644 --- a/sys-apps/coreutils/coreutils-8.7.ebuild +++ b/sys-apps/coreutils/coreutils-8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild,v 1.8 2010/12/22 01:36:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.7.ebuild,v 1.9 2010/12/30 17:18:58 vapier Exp $ EAPI="3" @@ -32,8 +32,7 @@ RDEPEND="caps? ( sys-libs/libcap ) !sys-apps/mktemp !<app-forensics/tct-1.18-r1 !<net-fs/netatalk-2.0.3-r4 - !<sci-chemistry/ccp4-6.1.1 - >=sys-libs/ncurses-5.3-r5" + !<sci-chemistry/ccp4-6.1.1" DEPEND="${RDEPEND} app-arch/xz-utils" diff --git a/sys-apps/coreutils/coreutils-8.8.ebuild b/sys-apps/coreutils/coreutils-8.8.ebuild index fc2fbac35252..a3c5c82dd1ef 100644 --- a/sys-apps/coreutils/coreutils-8.8.ebuild +++ b/sys-apps/coreutils/coreutils-8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.8.ebuild,v 1.1 2010/12/23 01:11:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.8.ebuild,v 1.2 2010/12/30 17:18:58 vapier Exp $ EAPI="3" @@ -32,8 +32,7 @@ RDEPEND="caps? ( sys-libs/libcap ) !sys-apps/mktemp !<app-forensics/tct-1.18-r1 !<net-fs/netatalk-2.0.3-r4 - !<sci-chemistry/ccp4-6.1.1 - >=sys-libs/ncurses-5.3-r5" + !<sci-chemistry/ccp4-6.1.1" DEPEND="${RDEPEND} app-arch/xz-utils" |