diff options
author | Tom Gall <tgall@gentoo.org> | 2007-01-06 05:32:18 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-01-06 05:32:18 +0000 |
commit | bd7677931fda8c5ab6825ac840a0cb6d9f45d114 (patch) | |
tree | a50608d4e410f66953e30d307baab46a5d9780b4 /sys-libs/glibc | |
parent | stable on ppc64, part of aggressive move forward related to 158186 (diff) | |
download | gentoo-2-bd7677931fda8c5ab6825ac840a0cb6d9f45d114.tar.gz gentoo-2-bd7677931fda8c5ab6825ac840a0cb6d9f45d114.tar.bz2 gentoo-2-bd7677931fda8c5ab6825ac840a0cb6d9f45d114.zip |
stable on ppc64
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 867fa5bc0ba5..4916e96dd706 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.492 2006/11/25 15:44:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.493 2007/01/06 05:32:18 tgall Exp $ + + 06 Jan 2007; Tom Gall <tgall@gentoo.org> glibc-2.5.ebuild: + stable on ppc64. 25 Nov 2006; nixnut <nixnut@gentoo.org> glibc-2.3.6-r5.ebuild, glibc-2.4-r4.ebuild: diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild index 42ebdcec0095..11774ede2765 100644 --- a/sys-libs/glibc/glibc-2.5.ebuild +++ b/sys-libs/glibc/glibc-2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.ebuild,v 1.17 2006/12/03 19:54:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.18 2007/01/06 05:32:18 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 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86" +KEYWORDS="-* ~amd64 ~arm ~ia64 ~ppc ppc64 ~sh ~x86" BRANCH_UPDATE="" |