diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-02 19:04:09 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-02 19:04:09 +0000 |
commit | 0e9bad69eff2dd9b59f2d2f317a54672f54f5b59 (patch) | |
tree | da75c7a7a91ed0079e92f96ad4907e8798a028d3 /sys-libs | |
parent | Fix sky2 compilation problem, bug #132017 (diff) | |
download | gentoo-2-0e9bad69eff2dd9b59f2d2f317a54672f54f5b59.tar.gz gentoo-2-0e9bad69eff2dd9b59f2d2f317a54672f54f5b59.tar.bz2 gentoo-2-0e9bad69eff2dd9b59f2d2f317a54672f54f5b59.zip |
Marked stable on amd64 per bug# 131403
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 1a40d77c8edd..ed79f8ca6762 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.447 2006/04/30 17:37:51 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.448 2006/05/02 19:04:09 dang Exp $ + + 02 May 2006; Daniel Gryniewicz <dang@gentoo.org> glibc-2.3.6-r3.ebuild: + Marked stable on amd64 per bug# 131403 30 Apr 2006; Joshua Kinard <kumba@gentoo.org> glibc-2.3.6-r3.ebuild: Marked stable on mips. diff --git a/sys-libs/glibc/glibc-2.3.6-r3.ebuild b/sys-libs/glibc/glibc-2.3.6-r3.ebuild index 2d6565abad46..d77d2fa0e26b 100644 --- a/sys-libs/glibc/glibc-2.3.6-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r3.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-r3.ebuild,v 1.14 2006/04/30 17:37:51 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r3.ebuild,v 1.15 2006/05/02 19:04:09 dang Exp $ # TODO: # - fix warning from glibc build system: @@ -25,7 +25,7 @@ # CHOST != CTARGET - install into /usr/CTARGET/ #KEYWORDS="~amd64 ~arm -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -KEYWORDS="-* ~alpha ~amd64 arm ~ia64 mips ~ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="-* ~alpha amd64 arm ~ia64 mips ~ppc ~ppc64 ~s390 sparc x86" BRANCH_UPDATE="" |