diff options
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 843edc9e5490..5671bbd58a74 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.378 2005/08/10 22:27:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.379 2005/08/16 01:30:46 eradicator Exp $ + + 16 Aug 2005; Jeremy Huddleston <eradicator@gentoo.org> + glibc-2.3.5-r1.ebuild: + Stable on amd64 and x86 to address issues which cropped up since 2.3.5 went + stable. This fixes bugs #52374, #85718, #100190. 10 Aug 2005; Jeremy Huddleston <eradicator@gentoo.org> glibc-2.3.5-r1.ebuild, glibc-2.3.5.20050421.ebuild, diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild index 1d753ae6697f..72db34639bc7 100644 --- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.17 2005/08/13 03:54:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.18 2005/08/16 01:30:46 eradicator 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="~amd64 ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="amd64 ~ppc64 ~sh ~sparc x86" BRANCH_UPDATE="" |