diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-11-30 23:19:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-11-30 23:19:03 +0000 |
commit | 1f9159f5a29e5fd6e077160e19c2354ce7394c81 (patch) | |
tree | 872a6042ecdcf8ce6cc56ece8b7b2ad4014cc286 /sys-libs | |
parent | Removing 2004.0 profile, it has been depcrecated for months now. (diff) | |
download | gentoo-2-1f9159f5a29e5fd6e077160e19c2354ce7394c81.tar.gz gentoo-2-1f9159f5a29e5fd6e077160e19c2354ce7394c81.tar.bz2 gentoo-2-1f9159f5a29e5fd6e077160e19c2354ce7394c81.zip |
Stable on alpha. Fixes some longstanding threading issues.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 43b2e479857a..bbc309d863a6 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # 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.411 2005/11/18 03:52:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.412 2005/11/30 23:19:03 kloeri Exp $ + + 30 Nov 2005; Bryan Østergaard <kloeri@gentoo.org> glibc-2.3.5-r3.ebuild: + Stable on alpha. Fixes some longstanding threading issues. 18 Nov 2005; Mike Frysinger <vapier@gentoo.org> glibc-2.3.6-r1.ebuild: Add support for just installing glibc headers when doing a cross-compile. diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild index 7088327b736f..b09cfd840e27 100644 --- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r3.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-r3.ebuild,v 1.7 2005/11/17 05:31:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.8 2005/11/30 23:19:03 kloeri 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 ~ppc ~sparc ~x86" +KEYWORDS="-* alpha ~amd64 ~arm -hppa ~ppc ~sparc ~x86" BRANCH_UPDATE="" |