diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-11-25 13:32:11 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-11-25 13:32:11 +0000 |
commit | 14a804efff6de4f5ca72a4544a275e42e7bc7ccc (patch) | |
tree | c31585b6f0f8310560ef5e932e1a6afc2c36bbfc /sys-libs | |
parent | going back to ~amd64 until the issue in bug 151935 comment 6 is fixed (diff) | |
download | gentoo-2-14a804efff6de4f5ca72a4544a275e42e7bc7ccc.tar.gz gentoo-2-14a804efff6de4f5ca72a4544a275e42e7bc7ccc.tar.bz2 gentoo-2-14a804efff6de4f5ca72a4544a275e42e7bc7ccc.zip |
stable on amd64
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 48756ee09c7e..8eba33bdeea5 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.489 2006/11/20 12:34:22 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.490 2006/11/25 13:32:11 blubb Exp $ + + 25 Nov 2006; <blubb@gentoo.org> glibc-2.3.6-r5.ebuild: + stable on amd64 20 Nov 2006; Guy Martin <gmsoft@gentoo.org> glibc-2.3.6-r5.ebuild: Stable on hppa. diff --git a/sys-libs/glibc/glibc-2.3.6-r5.ebuild b/sys-libs/glibc/glibc-2.3.6-r5.ebuild index 20358f60f3cd..9fd65d2b3aad 100644 --- a/sys-libs/glibc/glibc-2.3.6-r5.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r5.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-r5.ebuild,v 1.15 2006/11/20 12:34:22 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r5.ebuild,v 1.16 2006/11/25 13:32:11 blubb 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="" |