diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-11 19:17:28 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-11 19:17:28 +0000 |
commit | 0fd061579f478535306f9cf6e46a96062a51ffd4 (patch) | |
tree | 635d17f5c7b4f543c0c90ca0d39f4a1216c45bc5 /sys-apps/coreutils | |
parent | Stable on ppc64; bug #181624 (diff) | |
download | gentoo-2-0fd061579f478535306f9cf6e46a96062a51ffd4.tar.gz gentoo-2-0fd061579f478535306f9cf6e46a96062a51ffd4.tar.bz2 gentoo-2-0fd061579f478535306f9cf6e46a96062a51ffd4.zip |
Stable on ppc64; bug #181624
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-6.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 3c51eb0e5bb7..c00bdb7a5683 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # 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.207 2007/06/11 17:37:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.208 2007/06/11 19:17:28 corsair Exp $ + + 11 Jun 2007; Markus Rothe <corsair@gentoo.org> coreutils-6.9-r1.ebuild: + Stable on ppc64; bug #181624 11 Jun 2007; Raúl Porcel <armin76@gentoo.org> coreutils-6.9-r1.ebuild: alpha/x86 stable wrt #181624 diff --git a/sys-apps/coreutils/coreutils-6.9-r1.ebuild b/sys-apps/coreutils/coreutils-6.9-r1.ebuild index 228cd4344e1c..452f49d88891 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.6 2007/06/11 17:37:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.9-r1.ebuild,v 1.7 2007/06/11 19:17:28 corsair 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" |