summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-08-05 18:53:55 +0000
committerTom Martin <slarti@gentoo.org>2004-08-05 18:53:55 +0000
commitb7626a469c37e6bb5fff23627d88a72c0bc63263 (patch)
treebf6e657897b461cf3489004a41d42a288122523d /sys-libs
parentStable on hppa. (diff)
downloadhistorical-b7626a469c37e6bb5fff23627d88a72c0bc63263.tar.gz
historical-b7626a469c37e6bb5fff23627d88a72c0bc63263.tar.bz2
historical-b7626a469c37e6bb5fff23627d88a72c0bc63263.zip
Stable on amd64 for 59526.
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r11.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index ab0cbb445b9f..d558747fb152 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.219 2004/08/05 17:19:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.220 2004/08/05 18:53:55 slarti Exp $
+
+ 05 Aug 2004; Tom Martin <slarti@gentoo.org> glibc-2.3.2-r11.ebuild:
+ Stable on amd64 for bug 59526.
*glibc-2.3.2-r11 (05 Aug 2004)
diff --git a/sys-libs/glibc/glibc-2.3.2-r11.ebuild b/sys-libs/glibc/glibc-2.3.2-r11.ebuild
index c7c443bf2375..fa13a018c391 100644
--- a/sys-libs/glibc/glibc-2.3.2-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r11.ebuild,v 1.3 2004/08/05 17:19:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r11.ebuild,v 1.4 2004/08/05 18:53:55 slarti Exp $
inherit eutils flag-o-matic gcc
@@ -29,7 +29,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2
LICENSE="LGPL-2"
SLOT="2.2"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~s390"
IUSE="nls pic build nptl debug"
RESTRICT="nostrip" # we'll handle stripping ourself #46186