diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-03-01 21:53:46 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-03-01 21:53:46 +0000 |
commit | c421ff93c1215514cd9d50101dda6125978764cd (patch) | |
tree | 638779bbc3ea9d8428f0593d6824e5a61ec335f5 /sys-libs | |
parent | Upstream patch to fix occasional segfault when flipping pages very quickly. (diff) | |
download | gentoo-2-c421ff93c1215514cd9d50101dda6125978764cd.tar.gz gentoo-2-c421ff93c1215514cd9d50101dda6125978764cd.tar.bz2 gentoo-2-c421ff93c1215514cd9d50101dda6125978764cd.zip |
x86 stable per bug 350744
(Portage version: 2.1.9.40/cvs/Linux i686)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.11.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 9d1caa1626f5..765b1fcfd8c4 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.746 2011/03/01 16:45:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.747 2011/03/01 21:53:46 tomka Exp $ + + 01 Mar 2011; Thomas Kahle <tomka@gentoo.org> glibc-2.11.3.ebuild: + x86 stable per bug 350744 01 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> glibc-2.11.3.ebuild: ppc/ppc64 stable wrt #350744 diff --git a/sys-libs/glibc/glibc-2.11.3.ebuild b/sys-libs/glibc/glibc-2.11.3.ebuild index bf62c3703f46..0f0720270f72 100644 --- a/sys-libs/glibc/glibc-2.11.3.ebuild +++ b/sys-libs/glibc/glibc-2.11.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.2 2011/03/01 16:45:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.3 2011/03/01 21:53:46 tomka 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" |