summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2006-01-24 20:09:37 +0000
committerJoseph Jezak <josejx@gentoo.org>2006-01-24 20:09:37 +0000
commitc9d2242f4d45b2b0b3fcdd2ce4a38535477b9ce3 (patch)
tree57a86d1bc84e2b88b6ba10ede47ba366fd7fbc9d /sys-apps/coreutils
parentFixing bug #96633 and cleaning up older versions. (diff)
downloadgentoo-2-c9d2242f4d45b2b0b3fcdd2ce4a38535477b9ce3.tar.gz
gentoo-2-c9d2242f4d45b2b0b3fcdd2ce4a38535477b9ce3.tar.bz2
gentoo-2-c9d2242f4d45b2b0b3fcdd2ce4a38535477b9ce3.zip
Marked ppc stable for bug #120125.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r--sys-apps/coreutils/ChangeLog5
-rw-r--r--sys-apps/coreutils/coreutils-5.2.1-r7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 766dd5f8eeaa..8973f9e2d764 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,9 @@
# 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.146 2006/01/24 19:00:40 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.147 2006/01/24 20:09:37 josejx Exp $
+
+ 24 Jan 2006; Joseph Jezak <josejx@gentoo.org> coreutils-5.2.1-r7.ebuild:
+ Marked ppc stable for bug #120125.
24 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
coreutils-5.2.1-r7.ebuild:
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r7.ebuild
index d0cfcba4e7bc..bf645ff0c93d 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.7 2006/01/24 19:00:40 gustavoz Exp $
+# $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 $
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 )