diff options
author | 2010-05-08 17:36:27 +0000 | |
---|---|---|
committer | 2010-05-08 17:36:27 +0000 | |
commit | d0993f88532684e6c5f994da18314a7b05ce438d (patch) | |
tree | 2b10c17616ec53e4770d0601b7cd6d32ddc89495 /sys-apps/coreutils/coreutils-8.4.ebuild | |
parent | Version bump #318849 by Russell Knighton. (diff) | |
download | historical-d0993f88532684e6c5f994da18314a7b05ce438d.tar.gz historical-d0993f88532684e6c5f994da18314a7b05ce438d.tar.bz2 historical-d0993f88532684e6c5f994da18314a7b05ce438d.zip |
Tweak tests in i18n patch #317565 by T Chan.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/coreutils/coreutils-8.4.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-8.4.ebuild b/sys-apps/coreutils/coreutils-8.4.ebuild index 87cabbd16b9c..c3f7eca63561 100644 --- a/sys-apps/coreutils/coreutils-8.4.ebuild +++ b/sys-apps/coreutils/coreutils-8.4.ebuild @@ -1,10 +1,10 @@ # 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.4.ebuild,v 1.7 2010/04/08 12:51:01 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.4.ebuild,v 1.8 2010/05/08 17:36:27 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 |