summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-08-06 10:15:15 +0000
committerTravis Tilley <lv@gentoo.org>2004-08-06 10:15:15 +0000
commitb991b283acc81d1401eb2517df4a8e684b8c63d3 (patch)
tree6a4aaa5c40aef9f217292d63692d0a60f24da19c /sys-libs
parentstable on ppc and x86 (Manifest recommit) (diff)
downloadgentoo-2-b991b283acc81d1401eb2517df4a8e684b8c63d3.tar.gz
gentoo-2-b991b283acc81d1401eb2517df4a8e684b8c63d3.tar.bz2
gentoo-2-b991b283acc81d1401eb2517df4a8e684b8c63d3.zip
stable on amd64 for security fix
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index d558747fb152..ebfc3cceb967 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.220 2004/08/05 18:53:55 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.221 2004/08/06 10:15:15 lv Exp $
+
+ 06 Aug 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20040619-r1.ebuild:
+ stable on amd64 for security fix
05 Aug 2004; Tom Martin <slarti@gentoo.org> glibc-2.3.2-r11.ebuild:
Stable on amd64 for bug 59526.
diff --git a/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild
index 8c8eb6f90c23..c9d249b8488f 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040619-r1.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.4.20040619-r1.ebuild,v 1.3 2004/08/06 03:17:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild,v 1.4 2004/08/06 10:15:15 lv Exp $
inherit eutils flag-o-matic gcc
@@ -44,7 +44,7 @@ fi
LICENSE="LGPL-2"
SLOT="2.2"
-KEYWORDS="-* ~x86 ~mips ~amd64 ~hppa"
+KEYWORDS="-* ~x86 ~mips amd64 ~hppa"
IUSE="nls pic build nptl erandom hardened makecheck multilib debug"
RESTRICT="nostrip" # we'll handle stripping ourself #46186