diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-26 20:21:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-26 20:21:53 +0000 |
commit | dba1be47c0dfcda899b79d8a468fe27d001dca46 (patch) | |
tree | 81271aac9d0c9dbe9a7fe1ddba41a3a136b5e72d /sys-apps/coreutils | |
parent | Initial Import (diff) | |
download | gentoo-2-dba1be47c0dfcda899b79d8a468fe27d001dca46.tar.gz gentoo-2-dba1be47c0dfcda899b79d8a468fe27d001dca46.tar.bz2 gentoo-2-dba1be47c0dfcda899b79d8a468fe27d001dca46.zip |
Stable on alpha.
(Portage version: 2.0.51.20)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index badbaac49e75..12b34d036a90 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/coreutils # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.128 2005/04/20 21:43:52 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.129 2005/04/26 20:21:53 kloeri Exp $ + + 26 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> + coreutils-5.2.1-r5.ebuild: + Stable on alpha. 20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> coreutils-5.2.1-r5.ebuild: diff --git a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild index d5de2156fa6b..9319aa45d614 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r5.ebuild,v 1.7 2005/04/20 21:43:52 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r5.ebuild,v 1.8 2005/04/26 20:21:53 kloeri Exp $ inherit eutils flag-o-matic @@ -20,7 +20,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="nls build acl selinux static uclibc hardened" RDEPEND="selinux? ( sys-libs/libselinux ) |