diff options
author | Tom Gall <tgall@gentoo.org> | 2006-11-13 16:13:05 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2006-11-13 16:13:05 +0000 |
commit | 9404234c1b0f9e1d2e1286cd42363428abc849d9 (patch) | |
tree | 16b31a3948789b6c22b3de972f4109b355f3d097 /sys-libs | |
parent | gcc-4.1.1 stable on ppc64 (diff) | |
download | gentoo-2-9404234c1b0f9e1d2e1286cd42363428abc849d9.tar.gz gentoo-2-9404234c1b0f9e1d2e1286cd42363428abc849d9.tar.bz2 gentoo-2-9404234c1b0f9e1d2e1286cd42363428abc849d9.zip |
stable on ppc64
(Portage version: 2.1.1-r1)
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 9a5673654472..825b39c221cf 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.487 2006/11/09 15:24:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.488 2006/11/13 16:13:05 tgall Exp $ + + 13 Nov 2006; Tom Gall <tgall@gentoo.org> glibc-2.4-r4.ebuild: + stable on ppc64 09 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> glibc-2.3.6-r5.ebuild: Stable on sparc wrt #154176 diff --git a/sys-libs/glibc/glibc-2.4-r4.ebuild b/sys-libs/glibc/glibc-2.4-r4.ebuild index 43456581e5b4..2e7f811346cd 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.11 2006/11/13 06:11:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r4.ebuild,v 1.12 2006/11/13 16:13:05 tgall 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 s390 sh ~sparc x86" +KEYWORDS="-* amd64 ~ia64 ~mips ~ppc ppc64 s390 sh ~sparc x86" BRANCH_UPDATE="" |