diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-11-01 12:17:50 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-11-01 12:17:50 +0000 |
commit | 90fcd754b2ca9e69182c721e625c212eef8e4d8d (patch) | |
tree | 6c102192eb32d5ab593893eebf85f3b054aa67fa /sys-libs | |
parent | Version bump. Remove old ebuilds (diff) | |
download | gentoo-2-90fcd754b2ca9e69182c721e625c212eef8e4d8d.tar.gz gentoo-2-90fcd754b2ca9e69182c721e625c212eef8e4d8d.tar.bz2 gentoo-2-90fcd754b2ca9e69182c721e625c212eef8e4d8d.zip |
Stable on alpha, bug #341755
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.11.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index efd11f09b722..b3b098b57109 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # 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.728 2010/10/31 23:02:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.729 2010/11/01 12:17:50 klausman Exp $ + + 01 Nov 2010; Tobias Klausmann <klausman@gentoo.org> + glibc-2.11.2-r3.ebuild: + Stable on alpha, bug #341755 31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> glibc-2.11.2-r3.ebuild: Stable on amd64 wrt bug #341755 diff --git a/sys-libs/glibc/glibc-2.11.2-r3.ebuild b/sys-libs/glibc/glibc-2.11.2-r3.ebuild index 4614a745ce18..2d4cbb04fbfc 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.2 2010/10/31 23:02:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2-r3.ebuild,v 1.3 2010/11/01 12:17:50 klausman 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" |