diff options
author | 2005-09-06 18:35:43 +0000 | |
---|---|---|
committer | 2005-09-06 18:35:43 +0000 | |
commit | 64ce7e9664d12442724fadb38ca22cce3613cc22 (patch) | |
tree | ec4bc90298afcdf40ac4139d6a44d68fe62525c8 /sys-libs/glibc | |
parent | Removed two extra lines that shouldn't have been there. (diff) | |
download | gentoo-2-64ce7e9664d12442724fadb38ca22cce3613cc22.tar.gz gentoo-2-64ce7e9664d12442724fadb38ca22cce3613cc22.tar.bz2 gentoo-2-64ce7e9664d12442724fadb38ca22cce3613cc22.zip |
Stable on ppc64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index f3604d8ecffa..284c4ef1ea17 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.383 2005/08/27 17:39:04 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.384 2005/09/06 18:34:04 corsair Exp $ + + 06 Sep 2005; Markus Rothe <corsair@gentoo.org> glibc-2.3.5-r1.ebuild: + Stable on ppc64 28 Aug 2005; Joshua Kinard <kumba@gentoo.org> glibc-2.3.5-r1.ebuild, glibc-2.3.5.ebuild: diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild index 5b4562a26edc..7cb79417383a 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.23 2005/08/30 02:08:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.24 2005/09/06 18:34:04 corsair 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 m68k ~mips ~ppc64 sh ~sparc x86" +KEYWORDS="amd64 m68k ~mips ppc64 sh ~sparc x86" BRANCH_UPDATE="" |