diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-05-11 04:01:22 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-05-11 04:01:22 +0000 |
commit | f0b1c1913c905fe88b3abd9e6a9487872a7e480c (patch) | |
tree | 2abff8a09ae144ad079b8d6a1f1839e11f7f8cac /sys-libs | |
parent | Stable on mips. (diff) | |
download | gentoo-2-f0b1c1913c905fe88b3abd9e6a9487872a7e480c.tar.gz gentoo-2-f0b1c1913c905fe88b3abd9e6a9487872a7e480c.tar.bz2 gentoo-2-f0b1c1913c905fe88b3abd9e6a9487872a7e480c.zip |
Stable on mips, per #176712.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index c87b9f3787ca..1c9a2f1ceada 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.516 2007/05/09 18:58:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.517 2007/05/11 04:01:22 kumba Exp $ + + 11 May 2007; Joshua Kinard <kumba@gentoo.org> glibc-2.5-r2.ebuild: + Stable on mips, per #176712. 09 May 2007; Bryan Østergaard <kloeri@gentoo.org> glibc-2.5-r2.ebuild: Stable on Alpha, bug 176712. diff --git a/sys-libs/glibc/glibc-2.5-r2.ebuild b/sys-libs/glibc/glibc-2.5-r2.ebuild index 81f3c98ea184..a3893830c638 100644 --- a/sys-libs/glibc/glibc-2.5-r2.ebuild +++ b/sys-libs/glibc/glibc-2.5-r2.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-libs/glibc/glibc-2.5-r2.ebuild,v 1.9 2007/05/09 18:58:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r2.ebuild,v 1.10 2007/05/11 04:01:22 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 sh sparc x86" +KEYWORDS="-* alpha amd64 ~arm ~hppa ia64 mips ppc ppc64 sh sparc x86" BRANCH_UPDATE="" |