diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-14 00:29:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-14 00:29:46 +0000 |
commit | f1fe6e16e82bfe54c223999828cf822cf681adf3 (patch) | |
tree | 39e148c4769d7039d65975c2106200d0d498cf0e /sys-apps/coreutils | |
parent | Sparc stable --- Bug #217529 --- Good since 2007-12-06. (diff) | |
download | gentoo-2-f1fe6e16e82bfe54c223999828cf822cf681adf3.tar.gz gentoo-2-f1fe6e16e82bfe54c223999828cf822cf681adf3.tar.bz2 gentoo-2-f1fe6e16e82bfe54c223999828cf822cf681adf3.zip |
touchup the new mv/atomic2 test
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-6.10-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-6.10-r2.ebuild b/sys-apps/coreutils/coreutils-6.10-r2.ebuild index 23323e0d024f..a5e1a100ead9 100644 --- a/sys-apps/coreutils/coreutils-6.10-r2.ebuild +++ b/sys-apps/coreutils/coreutils-6.10-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.4 2008/04/13 22:14:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.10-r2.ebuild,v 1.5 2008/04/14 00:29:46 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools -PATCH_VER="1.2" +PATCH_VER="1.3" 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.lzma |