diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-05-03 22:54:00 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-05-03 22:54:00 +0000 |
commit | 6fc701e6ea2c1c83c5dd49e393ce32d2be2a7cd0 (patch) | |
tree | 363f331ada9e32ba3eb74ea19eae53af4032f3a2 /sys-libs | |
parent | Fix ChangeLog version bump syntax. (diff) | |
download | gentoo-2-6fc701e6ea2c1c83c5dd49e393ce32d2be2a7cd0.tar.gz gentoo-2-6fc701e6ea2c1c83c5dd49e393ce32d2be2a7cd0.tar.bz2 gentoo-2-6fc701e6ea2c1c83c5dd49e393ce32d2be2a7cd0.zip |
Stable on ppc64; bug #176712
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index a891e5197e22..2ab437f0b0e5 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.509 2007/05/03 22:29:32 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.510 2007/05/03 22:54:00 corsair Exp $ + + 03 May 2007; Markus Rothe <corsair@gentoo.org> glibc-2.5-r2.ebuild: + Stable on ppc64; bug #176712 03 May 2007; Andrej Kacian <ticho@gentoo.org> glibc-2.5-r2.ebuild: Stable on x86, security bug #176712. diff --git a/sys-libs/glibc/glibc-2.5-r2.ebuild b/sys-libs/glibc/glibc-2.5-r2.ebuild index b8f85b2150df..a047f3b0ebec 100644 --- a/sys-libs/glibc/glibc-2.5-r2.ebuild +++ b/sys-libs/glibc/glibc-2.5-r2.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-r2.ebuild,v 1.2 2007/05/03 22:29:32 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r2.ebuild,v 1.3 2007/05/03 22:54:00 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 sh ~sparc x86" +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 sh ~sparc x86" BRANCH_UPDATE="" |