summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/coreutils/ChangeLog6
-rw-r--r--sys-apps/coreutils/coreutils-5.94-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 080c536196cb..601add2564d3 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.162 2006/04/11 20:27:47 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.163 2006/04/12 14:20:44 kloeri Exp $
+
+ 12 Apr 2006; Bryan Østergaard <kloeri@gentoo.org
+ coreutils-5.94-r1.ebuild:
+ Stable on alpha, bug 129546.
11 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org>
coreutils-5.94-r1.ebuild:
diff --git a/sys-apps/coreutils/coreutils-5.94-r1.ebuild b/sys-apps/coreutils/coreutils-5.94-r1.ebuild
index abb48ebd3260..658f140f204b 100644
--- a/sys-apps/coreutils/coreutils-5.94-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-5.94-r1.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.94-r1.ebuild,v 1.6 2006/04/12 00:19:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94-r1.ebuild,v 1.7 2006/04/12 14:20:44 kloeri Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -14,7 +14,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 )