summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-23 04:15:50 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-23 04:15:50 +0000
commit1fc48e770b20dc59b0f9f6b39886cbdfe16127a4 (patch)
tree7c29d623304ee431b1cb3106ffab5e4b506102a9 /sys-apps
parentMake sure we respect LINGUAS #205952 by Arvid Norlander and version bump #211... (diff)
downloadgentoo-2-1fc48e770b20dc59b0f9f6b39886cbdfe16127a4.tar.gz
gentoo-2-1fc48e770b20dc59b0f9f6b39886cbdfe16127a4.tar.bz2
gentoo-2-1fc48e770b20dc59b0f9f6b39886cbdfe16127a4.zip
Fix build error on some systems #206841 by Markus Duft.
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coreutils/ChangeLog5
-rw-r--r--sys-apps/coreutils/coreutils-6.9-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index cceacca9511b..294207958f7d 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.218 2008/01/23 04:41:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.219 2008/02/23 04:15:50 vapier Exp $
+
+ 23 Feb 2008; Mike Frysinger <vapier@gentoo.org> coreutils-6.9-r1.ebuild:
+ Fix build error on some systems #206841 by Markus Duft.
*coreutils-6.10-r1 (23 Jan 2008)
diff --git a/sys-apps/coreutils/coreutils-6.9-r1.ebuild b/sys-apps/coreutils/coreutils-6.9-r1.ebuild
index 8cc42a240f9b..12b9f9229fec 100644
--- a/sys-apps/coreutils/coreutils-6.9-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-6.9-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.9-r1.ebuild,v 1.18 2007/09/15 02:31:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.19 2008/02/23 04:15:50 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.bz2