diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-24 08:06:55 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-04-24 08:06:55 +0000 |
commit | 38aadda43421480b1f6fd506da0c5fd745824f56 (patch) | |
tree | 50a3422e65ff2db2be35bd27642f49167bec8b3b /sys-apps/coreutils | |
parent | stable amd64, bug 175384 (diff) | |
download | gentoo-2-38aadda43421480b1f6fd506da0c5fd745824f56.tar.gz gentoo-2-38aadda43421480b1f6fd506da0c5fd745824f56.tar.bz2 gentoo-2-38aadda43421480b1f6fd506da0c5fd745824f56.zip |
Stable on Mips, bug 172003.
(Portage version: 2.1.2.4)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-6.7-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 88c4bc12aca3..4b1475f79f26 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.201 2007/04/06 22:15:46 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.202 2007/04/24 08:06:55 kloeri Exp $ + + 24 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> + coreutils-6.7-r1.ebuild: + Stable on Mips, bug 172003. 06 Apr 2007; Christian Faulhammer <opfer@gentoo.org> coreutils-6.7-r1.ebuild: diff --git a/sys-apps/coreutils/coreutils-6.7-r1.ebuild b/sys-apps/coreutils/coreutils-6.7-r1.ebuild index 2f65c6350230..26b2745f65ac 100644 --- a/sys-apps/coreutils/coreutils-6.7-r1.ebuild +++ b/sys-apps/coreutils/coreutils-6.7-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.7-r1.ebuild,v 1.15 2007/04/06 22:15:46 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.7-r1.ebuild,v 1.16 2007/04/24 08:06:55 kloeri 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" |