diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-31 23:02:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-31 23:02:04 +0000 |
commit | 7a6969bb789ec461fbe1a0959ee278ceec453e1b (patch) | |
tree | bcb7bfd8a5ef04e24e629fd286680f719b5d6594 /sys-libs | |
parent | Delete needless whitespace. (diff) | |
download | gentoo-2-7a6969bb789ec461fbe1a0959ee278ceec453e1b.tar.gz gentoo-2-7a6969bb789ec461fbe1a0959ee278ceec453e1b.tar.bz2 gentoo-2-7a6969bb789ec461fbe1a0959ee278ceec453e1b.zip |
Stable on amd64 wrt bug #341755
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.11.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index aaa3aa15dee1..efd11f09b722 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.727 2010/10/31 21:02:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.728 2010/10/31 23:02:04 hwoarang Exp $ + + 31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> glibc-2.11.2-r3.ebuild: + Stable on amd64 wrt bug #341755 *glibc-2.12.1-r3 (31 Oct 2010) *glibc-2.11.2-r3 (31 Oct 2010) diff --git a/sys-libs/glibc/glibc-2.11.2-r3.ebuild b/sys-libs/glibc/glibc-2.11.2-r3.ebuild index 98fce071e579..4614a745ce18 100644 --- a/sys-libs/glibc/glibc-2.11.2-r3.ebuild +++ b/sys-libs/glibc/glibc-2.11.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2-r3.ebuild,v 1.1 2010/10/31 21:02:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2-r3.ebuild,v 1.2 2010/10/31 23:02:04 hwoarang Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -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" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |