diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-02 04:29:48 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-02 04:29:48 +0000 |
commit | 88eccbc5de9478051f031f443201d3210f1afff3 (patch) | |
tree | 668a4e9209b5416c32e3c417c0907d75a349f1c1 /sys-apps/coreutils | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-88eccbc5de9478051f031f443201d3210f1afff3.tar.gz gentoo-2-88eccbc5de9478051f031f443201d3210f1afff3.tar.bz2 gentoo-2-88eccbc5de9478051f031f443201d3210f1afff3.zip |
stable on amd64
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 59473978f8bc..738a810cc8d2 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.95 2004/06/01 03:42:17 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.96 2004/06/02 04:29:48 lv Exp $ + + 02 Jun 2004; Travis Tilley <lv@gentoo.org> coreutils-5.2.1.ebuild: + stable on amd64 31 May 2004; Tom Gall <tgall@gentoo.org> coreutils-5.0.91-r4.ebuild: added coreutils-5.0.91-ppc64-1.patch which fixes bug #52617 diff --git a/sys-apps/coreutils/coreutils-5.2.1.ebuild b/sys-apps/coreutils/coreutils-5.2.1.ebuild index 4b9ca1215e4c..51b1d4269005 100644 --- a/sys-apps/coreutils/coreutils-5.2.1.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1.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.1.ebuild,v 1.4 2004/05/19 12:21:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1.ebuild,v 1.5 2004/06/02 04:29:48 lv Exp $ inherit eutils flag-o-matic @@ -21,7 +21,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 ) |