diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 01:28:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 01:28:45 +0000 |
commit | 6f653e470acaa91a074f8b441cafcb5a3f26ae97 (patch) | |
tree | 01fb5d7492a5a4a721fbd5ac861f1f85da590afe /sys-apps/coreutils | |
parent | Version bumps (diff) | |
download | gentoo-2-6f653e470acaa91a074f8b441cafcb5a3f26ae97.tar.gz gentoo-2-6f653e470acaa91a074f8b441cafcb5a3f26ae97.tar.bz2 gentoo-2-6f653e470acaa91a074f8b441cafcb5a3f26ae97.zip |
Add fix from upstream for mv/i-3 test failure #264455 by Ryan Hill.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 5d22fca6b2ad..50fc39df87fd 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.244 2009/03/31 20:16:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.245 2009/04/02 01:28:45 vapier Exp $ + + 02 Apr 2009; Mike Frysinger <vapier@gentoo.org> coreutils-7.2.ebuild: + Add fix from upstream for mv/i-3 test failure #264455 by Ryan Hill. *coreutils-7.2 (31 Mar 2009) diff --git a/sys-apps/coreutils/coreutils-7.2.ebuild b/sys-apps/coreutils/coreutils-7.2.ebuild index 3e621573ae09..018f33e3571a 100644 --- a/sys-apps/coreutils/coreutils-7.2.ebuild +++ b/sys-apps/coreutils/coreutils-7.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.1 2009/03/31 20:16:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.2.ebuild,v 1.2 2009/04/02 01:28:45 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs -PATCH_VER="1" +PATCH_VER="2" DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.gz |