diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-05 20:11:04 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-05 20:11:04 +0000 |
commit | 70a8b7859625d0c3e23380d0d47c4cc4e8b889dd (patch) | |
tree | c2757ec306baaa21b0724b6909f7904681ce8b34 /sys-libs/glibc | |
parent | Ebuild cleanup. (diff) | |
download | gentoo-2-70a8b7859625d0c3e23380d0d47c4cc4e8b889dd.tar.gz gentoo-2-70a8b7859625d0c3e23380d0d47c4cc4e8b889dd.tar.bz2 gentoo-2-70a8b7859625d0c3e23380d0d47c4cc4e8b889dd.zip |
Marked stable on amd64 for bug #176712
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-libs/glibc')
-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 70e51b6566a2..75a467cfa385 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.514 2007/05/05 13:37:36 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.515 2007/05/05 20:11:04 dang Exp $ + + 05 May 2007; Daniel Gryniewicz <dang@gentoo.org> glibc-2.5-r2.ebuild: + Marked stable on amd64 for bug #176712 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> glibc-2.5-r2.ebuild: ppc stable, bug #176712 diff --git a/sys-libs/glibc/glibc-2.5-r2.ebuild b/sys-libs/glibc/glibc-2.5-r2.ebuild index 079e104e2935..9478f9281aba 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.7 2007/05/05 13:37:36 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r2.ebuild,v 1.8 2007/05/05 20:11:04 dang 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="" |