diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-05-31 19:35:05 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-05-31 19:35:05 +0000 |
commit | 1b33493046a237a131f1eefe590cf76d6c1c142f (patch) | |
tree | d1bcf6a1f55ff1473527b729504e6903ea5a0c19 /sys-libs | |
parent | dev-lang/mono: Fixed mono re-emerging bug (#146424) (diff) | |
download | gentoo-2-1b33493046a237a131f1eefe590cf76d6c1c142f.tar.gz gentoo-2-1b33493046a237a131f1eefe590cf76d6c1c142f.tar.bz2 gentoo-2-1b33493046a237a131f1eefe590cf76d6c1c142f.zip |
Stable on ppc64; bug #176712
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 105a42f09ff6..4bcb65145bfb 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.525 2007/05/30 09:49:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.526 2007/05/31 19:35:05 corsair Exp $ + + 31 May 2007; Markus Rothe <corsair@gentoo.org> glibc-2.5-r3.ebuild: + Stable on ppc64; bug #176712 30 May 2007; Raúl Porcel <armin76@gentoo.org> glibc-2.5-r3.ebuild: x86 stable wrt security #176712 diff --git a/sys-libs/glibc/glibc-2.5-r3.ebuild b/sys-libs/glibc/glibc-2.5-r3.ebuild index 860cc857d704..6d82f9c1a72b 100644 --- a/sys-libs/glibc/glibc-2.5-r3.ebuild +++ b/sys-libs/glibc/glibc-2.5-r3.ebuild @@ -1,6 +1,6 @@ # 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-r3.ebuild,v 1.5 2007/05/31 06:36:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r3.ebuild,v 1.6 2007/05/31 19:35:05 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="-* ~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sh sparc x86" +KEYWORDS="-* ~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 sh sparc x86" BRANCH_UPDATE="" |