summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Luis Rivero <yoswink@gentoo.org>2006-01-25 00:03:14 +0000
committerJosé Luis Rivero <yoswink@gentoo.org>2006-01-25 00:03:14 +0000
commitd2e7664f6ccfe41c81ca9c17b2d374832be87410 (patch)
tree72f079c8e2673772570d220130008d3aa6dbe3ee /sys-apps/coreutils
parentAdd patch to fix DirectDrawGammaControl errors #119931 by David. (diff)
downloadgentoo-2-d2e7664f6ccfe41c81ca9c17b2d374832be87410.tar.gz
gentoo-2-d2e7664f6ccfe41c81ca9c17b2d374832be87410.tar.bz2
gentoo-2-d2e7664f6ccfe41c81ca9c17b2d374832be87410.zip
Stable on alpha wrt #120125
(Portage version: 2.0.53)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r--sys-apps/coreutils/ChangeLog6
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 8973f9e2d764..1eb61d963c0d 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.147 2006/01/24 20:09:37 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.148 2006/01/25 00:03:14 yoswink Exp $
+
+ 25 Jan 2006; Jose Luis Rivero <yoswink@gentoo.org>
+ coreutils-5.2.1-r7.ebuild:
+ Stable on alpha wrt #120125
24 Jan 2006; Joseph Jezak <josejx@gentoo.org> coreutils-5.2.1-r7.ebuild:
Marked ppc stable for bug #120125.
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild
index bf645ff0c93d..31573ba93f6b 100644
--- a/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild,v 1.8 2006/01/24 20:09:37 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild,v 1.9 2006/01/25 00:03:14 yoswink Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE="acl build nls selinux static"
RDEPEND="selinux? ( sys-libs/libselinux )