diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-11-24 16:27:42 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-11-24 16:27:42 +0000 |
commit | eb9e5f32459c5f10bc1c1bdae5c7bdae440f9f21 (patch) | |
tree | 5bd18719a178e85afeaa1781b0c093dbe436bb02 /sys-apps/coreutils | |
parent | Stable on ppc64; bug #144467 (diff) | |
download | gentoo-2-eb9e5f32459c5f10bc1c1bdae5c7bdae440f9f21.tar.gz gentoo-2-eb9e5f32459c5f10bc1c1bdae5c7bdae440f9f21.tar.bz2 gentoo-2-eb9e5f32459c5f10bc1c1bdae5c7bdae440f9f21.zip |
Stable on ppc64; bug #144467
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index f6a0da5a1f2d..ef3ee0974677 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.183 2006/11/07 19:14:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.184 2006/11/24 16:27:42 corsair Exp $ + + 24 Nov 2006; Markus Rothe <corsair@gentoo.org> coreutils-6.4.ebuild: + Stable on ppc64; bug #144467 07 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> coreutils-6.4.ebuild: Stable on sparc wrt #144467 diff --git a/sys-apps/coreutils/coreutils-6.4.ebuild b/sys-apps/coreutils/coreutils-6.4.ebuild index 3e61578a5ae3..dcb47dbd472c 100644 --- a/sys-apps/coreutils/coreutils-6.4.ebuild +++ b/sys-apps/coreutils/coreutils-6.4.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-6.4.ebuild,v 1.7 2006/11/07 19:14:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.4.ebuild,v 1.8 2006/11/24 16:27:42 corsair Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -17,7 +17,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${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 nls selinux static" RESTRICT="confcache" |