diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-07-09 02:39:18 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-07-09 02:39:18 +0000 |
commit | 71d1da5452215cd13f5e0350db0069b47d984e85 (patch) | |
tree | b495980229249a56fa542c36b4646480a2d26c58 /sys-libs | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-71d1da5452215cd13f5e0350db0069b47d984e85.tar.gz gentoo-2-71d1da5452215cd13f5e0350db0069b47d984e85.tar.bz2 gentoo-2-71d1da5452215cd13f5e0350db0069b47d984e85.zip |
Marked stable on mips.
(Portage version: 2.1-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 268667660aec..9068a46fef40 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.472 2006/07/08 14:06:49 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.473 2006/07/09 02:39:18 kumba Exp $ + + 09 Jul 2006; Joshua Kinard <kumba@gentoo.org> glibc-2.3.6-r4.ebuild: + Marked stable on mips. 08 Jul 2006; Lars Weiler <pylon@gentoo.org> glibc-2.3.6-r4.ebuild: Stable on ppc; bug #137121. diff --git a/sys-libs/glibc/glibc-2.3.6-r4.ebuild b/sys-libs/glibc/glibc-2.3.6-r4.ebuild index 871af4fafc48..6a4f4775a095 100644 --- a/sys-libs/glibc/glibc-2.3.6-r4.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r4.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-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.24 2006/07/08 14:06:49 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.25 2006/07/09 02:39:18 kumba Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="-* ~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sh sparc x86" +KEYWORDS="-* ~alpha amd64 arm hppa ~ia64 mips ppc ppc64 ~s390 sh sparc x86" BRANCH_UPDATE="" |