diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-11-06 02:27:08 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-11-06 02:27:08 +0000 |
commit | 219dc949687f05099fa9aab928a96052dc8fd062 (patch) | |
tree | 6634c57a6006cdbd7f00dbf098b8d0301ad1f102 /sys-libs | |
parent | stable on ppc (Bug #145841) (diff) | |
download | gentoo-2-219dc949687f05099fa9aab928a96052dc8fd062.tar.gz gentoo-2-219dc949687f05099fa9aab928a96052dc8fd062.tar.bz2 gentoo-2-219dc949687f05099fa9aab928a96052dc8fd062.zip |
Marked stable on amd64 for bug #154176
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.4-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index c3f72868ff11..ad7f135bd1a3 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.484 2006/10/19 20:29:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.485 2006/11/06 02:27:08 dang Exp $ + + 06 Nov 2006; Daniel Gryniewicz <dang@gentoo.org> glibc-2.4-r4.ebuild: + Marked stable on amd64 for bug #154176 19 Oct 2006; Markus Rothe <corsair@gentoo.org> glibc-2.3.6-r5.ebuild: Stable on ppc64 (for binutils-2.17) diff --git a/sys-libs/glibc/glibc-2.4-r4.ebuild b/sys-libs/glibc/glibc-2.4-r4.ebuild index 46e97630775b..ee715db19816 100644 --- a/sys-libs/glibc/glibc-2.4-r4.ebuild +++ b/sys-libs/glibc/glibc-2.4-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.4-r4.ebuild,v 1.6 2006/10/24 23:43:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r4.ebuild,v 1.7 2006/11/06 02:27:08 dang 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 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="-* amd64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" BRANCH_UPDATE="" |