diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-11 19:27:18 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-11 19:27:18 +0000 |
commit | 15223df3224f963d44c7999e773cdbb98a004e52 (patch) | |
tree | f78b008e79ba59c94d08f58eb73dbdac44060599 /sys-apps/coreutils | |
parent | Version bump, closing bug #181626 and bug #174159 (diff) | |
download | historical-15223df3224f963d44c7999e773cdbb98a004e52.tar.gz historical-15223df3224f963d44c7999e773cdbb98a004e52.tar.bz2 historical-15223df3224f963d44c7999e773cdbb98a004e52.zip |
Stable on sparc wrt #181624
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-6.9-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index c00bdb7a5683..8d57c442be32 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.208 2007/06/11 19:17:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.209 2007/06/11 19:27:18 gustavoz Exp $ + + 11 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> + coreutils-6.9-r1.ebuild: + Stable on sparc wrt #181624 11 Jun 2007; Markus Rothe <corsair@gentoo.org> coreutils-6.9-r1.ebuild: Stable on ppc64; bug #181624 diff --git a/sys-apps/coreutils/coreutils-6.9-r1.ebuild b/sys-apps/coreutils/coreutils-6.9-r1.ebuild index 452f49d88891..196f86b5bed3 100644 --- a/sys-apps/coreutils/coreutils-6.9-r1.ebuild +++ b/sys-apps/coreutils/coreutils-6.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.7 2007/06/11 19:17:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.8 2007/06/11 19:27:18 gustavoz Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -15,7 +15,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 xattr" RESTRICT="confcache" |