diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-06-18 22:14:43 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-06-18 22:14:43 +0000 |
commit | 6c04b1f8fa6506605ed6d8205daf22eeea9141bf (patch) | |
tree | 46895fe0b27badd42b08df4541c095d88bc380c6 | |
parent | Add new version (beta). (diff) | |
download | gentoo-2-6c04b1f8fa6506605ed6d8205daf22eeea9141bf.tar.gz gentoo-2-6c04b1f8fa6506605ed6d8205daf22eeea9141bf.tar.bz2 gentoo-2-6c04b1f8fa6506605ed6d8205daf22eeea9141bf.zip |
Stable on x86. Bug #137121.
(Portage version: 2.1.1_pre1)
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 9d260231ac83..fd7292df81a5 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.458 2006/06/15 16:27:44 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.459 2006/06/18 22:14:43 ticho Exp $ + + 18 Jun 2006; Andrej Kacian <ticho@gentoo.org> glibc-2.3.6-r4.ebuild: + Stable on x86. Bug #137121. 15 Jun 2006; Joshua Kinard <kumba@gentoo.org> glibc-2.4-r3.ebuild: Add ~mips to KEYWORDS for testing purposes. diff --git a/sys-libs/glibc/glibc-2.3.6-r4.ebuild b/sys-libs/glibc/glibc-2.3.6-r4.ebuild index fb35ce51420c..c9cdbd7738f1 100644 --- a/sys-libs/glibc/glibc-2.3.6-r4.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.9 2006/06/18 06:51:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.10 2006/06/18 22:14:43 ticho 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 ~sparc ~x86" +KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" BRANCH_UPDATE="" |