diff options
author | 2011-05-19 10:52:38 +0000 | |
---|---|---|
committer | 2011-05-19 10:52:38 +0000 | |
commit | 14511d9b1502b19d1c7f61ea62f5bdd5c5228cde (patch) | |
tree | a26bde6e005c9d4ad1a978f1c11fb2a314345bf8 /sys-libs | |
parent | Version bump (diff) | |
download | gentoo-2-14511d9b1502b19d1c7f61ea62f5bdd5c5228cde.tar.gz gentoo-2-14511d9b1502b19d1c7f61ea62f5bdd5c5228cde.tar.bz2 gentoo-2-14511d9b1502b19d1c7f61ea62f5bdd5c5228cde.zip |
Stable on amd64 wrt bug #356913
(Portage version: 2.1.9.47/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.12.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index d35ad73c8c3c..bc4a29fdc0a2 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.768 2011/05/19 09:07:40 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.769 2011/05/19 10:52:38 hwoarang Exp $ + + 19 May 2011; Markos Chandras <hwoarang@gentoo.org> glibc-2.12.2.ebuild: + Stable on amd64 wrt bug #356913 19 May 2011; Thomas Kahle <tomka@gentoo.org> glibc-2.12.2.ebuild: x86 stable per bug 356913 diff --git a/sys-libs/glibc/glibc-2.12.2.ebuild b/sys-libs/glibc/glibc-2.12.2.ebuild index 188dd2977330..ac63d6b41bf4 100644 --- a/sys-libs/glibc/glibc-2.12.2.ebuild +++ b/sys-libs/glibc/glibc-2.12.2.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.12.2.ebuild,v 1.4 2011/05/19 09:07:40 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.5 2011/05/19 10:52:38 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="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |