diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-06 10:24:42 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-06 10:24:42 +0000 |
commit | 6d8e23e66bd99afb76aef585656ef18d07a9561d (patch) | |
tree | 5c291ed2af687a7f65f397198314cfa4b798b4b9 /sys-libs/glibc | |
parent | fixed lua patch for celestia-1.4.1-r1 (diff) | |
download | gentoo-2-6d8e23e66bd99afb76aef585656ef18d07a9561d.tar.gz gentoo-2-6d8e23e66bd99afb76aef585656ef18d07a9561d.tar.bz2 gentoo-2-6d8e23e66bd99afb76aef585656ef18d07a9561d.zip |
stable x86; bug #165085
(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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 116b60b74441..9dea602961f1 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.495 2007/01/27 02:21:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.496 2007/02/06 10:24:42 opfer Exp $ + + 06 Feb 2007; Christian Faulhammer <opfer@gentoo.org> glibc-2.5.ebuild: + stable x86; bug #165085 27 Jan 2007; Mike Frysinger <vapier@gentoo.org> glibc-2.3.6-r4.ebuild, glibc-2.3.6-r5.ebuild, glibc-2.4-r3.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 e509f6b2aaff..09442e3425a1 100644 --- a/sys-libs/glibc/glibc-2.5.ebuild +++ b/sys-libs/glibc/glibc-2.5.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.ebuild,v 1.25 2007/02/03 02:02:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.26 2007/02/06 10:24:42 opfer 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 ~sparc ~x86" +KEYWORDS="-* ~amd64 arm ~ia64 ~ppc ppc64 sh ~sparc x86" BRANCH_UPDATE="" |