diff options
author | 2007-05-30 09:49:57 +0000 | |
---|---|---|
committer | 2007-05-30 09:49:57 +0000 | |
commit | 45515c6b5ca784e2fc9a2b8fb62fe20b896f5278 (patch) | |
tree | de5296f99d22f82c49fc57c0dfc0b988d2fbeb49 /sys-libs | |
parent | stable x86, bug 179927 (diff) | |
download | gentoo-2-45515c6b5ca784e2fc9a2b8fb62fe20b896f5278.tar.gz gentoo-2-45515c6b5ca784e2fc9a2b8fb62fe20b896f5278.tar.bz2 gentoo-2-45515c6b5ca784e2fc9a2b8fb62fe20b896f5278.zip |
x86 stable wrt security #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 dab8b5bc9d37..105a42f09ff6 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.524 2007/05/29 13:01:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.525 2007/05/30 09:49:57 armin76 Exp $ + + 30 May 2007; Raúl Porcel <armin76@gentoo.org> glibc-2.5-r3.ebuild: + x86 stable wrt security #176712 29 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> glibc-2.5-r3.ebuild: Stable on sparc wrt security #176712 diff --git a/sys-libs/glibc/glibc-2.5-r3.ebuild b/sys-libs/glibc/glibc-2.5-r3.ebuild index 204d6db5d744..8353f9f13b88 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.3 2007/05/29 13:01:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r3.ebuild,v 1.4 2007/05/30 09:49:57 armin76 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="" |