diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-04-17 20:37:01 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-04-17 20:37:01 +0000 |
commit | fe8c54e36bd7482f5158b3d24d68091a1a55d1fa (patch) | |
tree | c7c7bcf8ad7129dee4f2cdd19b64caee1178681c /sys-apps/coreutils | |
parent | Stable on ppc64; bug #129540 (diff) | |
download | historical-fe8c54e36bd7482f5158b3d24d68091a1a55d1fa.tar.gz historical-fe8c54e36bd7482f5158b3d24d68091a1a55d1fa.tar.bz2 historical-fe8c54e36bd7482f5158b3d24d68091a1a55d1fa.zip |
Stable on ppc64; bug #129546
Package-Manager: portage-2.0.54
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.94-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 1417fa9b2342..7acd2606451a 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.164 2006/04/12 17:57:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.165 2006/04/17 20:37:01 corsair Exp $ + + 17 Apr 2006; Markus Rothe <corsair@gentoo.org> coreutils-5.94-r1.ebuild: + Stable on ppc64; bug #129546 12 Apr 2006; Joseph Jezak <josejx@gentoo.org> coreutils-5.94-r1.ebuild: Marked ppc stable for bug #129546. diff --git a/sys-apps/coreutils/coreutils-5.94-r1.ebuild b/sys-apps/coreutils/coreutils-5.94-r1.ebuild index dbb7fc156217..e82b9ed70b76 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.8 2006/04/12 17:57:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.94-r1.ebuild,v 1.9 2006/04/17 20:37:01 corsair 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 ) |