summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-05-17 07:07:14 +0000
committerJon Portnoy <avenj@gentoo.org>2004-05-17 07:07:14 +0000
commit74918451c1949e053ca4d12990f5c0ed0b55355e (patch)
tree84ca7adae217ab27d449f8f16fb70812616ebac6 /sys-apps/coreutils
parentversion bump, bug #51189 (Manifest recommit) (diff)
downloadgentoo-2-74918451c1949e053ca4d12990f5c0ed0b55355e.tar.gz
gentoo-2-74918451c1949e053ca4d12990f5c0ed0b55355e.tar.bz2
gentoo-2-74918451c1949e053ca4d12990f5c0ed0b55355e.zip
mark 5.2.0-r2 stable since last committer apparently cleaned up without checking keywords
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r--sys-apps/coreutils/ChangeLog5
-rw-r--r--sys-apps/coreutils/coreutils-5.2.0-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 98e116d0632c..2e253e36ba65 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.92 2004/05/17 05:12:11 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.93 2004/05/17 07:07:14 avenj Exp $
+
+ 17 May 2004; Jon Portnoy <avenj@gentoo.org> coreutils-5.2.0-r2.ebuild :
+ Stable on AMD64
16 May 2004; Seemant Kulleen <seemant@gentoo.org> coreutils-5.2.1.ebuild:
fixed the progress bar patch for acl enabled coreutils. Thanks to: Aaron
diff --git a/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild b/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild
index 543918a5046c..123248b3a2c0 100644
--- a/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild
+++ b/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild,v 1.7 2004/05/16 16:30:47 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild,v 1.8 2004/05/17 07:07:14 avenj Exp $
inherit eutils flag-o-matic
@@ -20,7 +20,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips ~alpha arm hppa ~amd64 ~ia64 ~ppc64 s390"
+KEYWORDS="x86 ppc sparc mips ~alpha arm hppa amd64 ~ia64 ~ppc64 s390"
IUSE="nls build acl selinux static"
RDEPEND="selinux? ( sys-libs/libselinux )