diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-04 19:27:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-04 19:27:20 +0000 |
commit | 6f01ce5e0266c0007b8c070e91a191641ae7e479 (patch) | |
tree | f04b0eab123a730c11d7d8bf93fb78907b71e66a /sys-libs | |
parent | Stable on amd64 wrt bug #356917 (diff) | |
download | gentoo-2-6f01ce5e0266c0007b8c070e91a191641ae7e479.tar.gz gentoo-2-6f01ce5e0266c0007b8c070e91a191641ae7e479.tar.bz2 gentoo-2-6f01ce5e0266c0007b8c070e91a191641ae7e479.zip |
Stable on amd64 wrt bug #350744
(Portage version: 2.1.9.41/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 5f383404af01..917c4ee992af 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.749 2011/03/03 06:29:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.750 2011/03/04 19:27:20 hwoarang Exp $ + + 04 Mar 2011; Markos Chandras <hwoarang@gentoo.org> glibc-2.11.3.ebuild: + Stable on amd64 wrt bug #350744 03 Mar 2011; Jeroen Roovers <jer@gentoo.org> glibc-2.11.3.ebuild: Stable for HPPA (bug #350744). diff --git a/sys-libs/glibc/glibc-2.11.3.ebuild b/sys-libs/glibc/glibc-2.11.3.ebuild index fdda5180062e..221055382462 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.5 2011/03/03 06:29:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.6 2011/03/04 19:27:20 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" |