diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-21 15:02:05 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-21 15:02:05 +0000 |
commit | 50b4620d8df8dc5003e9fde44dc3b69d33b546df (patch) | |
tree | 757a6bb678373dc1d42918980a97433365300605 | |
parent | A fix for kalpytus to work with qt-4.1.3 and use -j1 per bug #132584 (diff) | |
download | gentoo-2-50b4620d8df8dc5003e9fde44dc3b69d33b546df.tar.gz gentoo-2-50b4620d8df8dc5003e9fde44dc3b69d33b546df.tar.bz2 gentoo-2-50b4620d8df8dc5003e9fde44dc3b69d33b546df.zip |
Stable on sparc wrt #137121
(Portage version: 2.1)
-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 0b1ccc4b6467..4743280bdbd8 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.461 2006/06/19 03:21:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.462 2006/06/21 15:02:05 gustavoz Exp $ + + 21 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> glibc-2.3.6-r4.ebuild: + Stable on sparc wrt #137121 18 Jun 2006; Andrej Kacian <ticho@gentoo.org> glibc-2.3.6-r4.ebuild: Stable on x86. Bug #137121. diff --git a/sys-libs/glibc/glibc-2.3.6-r4.ebuild b/sys-libs/glibc/glibc-2.3.6-r4.ebuild index 38cfc0428479..23e1aaf0d6c6 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.12 2006/06/19 03:21:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.13 2006/06/21 15:02:05 gustavoz 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="" |