summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-11-22 16:28:57 +0000
committerTom Gall <tgall@gentoo.org>2004-11-22 16:28:57 +0000
commit524b73f640d6ae2f7e3244b03bc131640c5b68dd (patch)
tree32fce123a8c96f22418acabf5ae01d415b7f2cd6 /sys-libs/glibc
parentFix to use bind-now for suid binaries. Using dobin instead of make install. (diff)
downloadgentoo-2-524b73f640d6ae2f7e3244b03bc131640c5b68dd.tar.gz
gentoo-2-524b73f640d6ae2f7e3244b03bc131640c5b68dd.tar.bz2
gentoo-2-524b73f640d6ae2f7e3244b03bc131640c5b68dd.zip
stable on ppc64 (ha-zah!)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index f0c90665de95..22488f13754d 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.293 2004/11/12 23:43:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.294 2004/11/22 16:28:57 tgall Exp $
+
+ 22 Nov 2004; Tom Gall <tgall@gentoo.org> glibc-2.3.4.20041102.ebuild:
+ stable on ppc64
12 Nov 2004; Joshua Kinard <kumba@gentoo.org>
glibc-2.3.4.20040619-r2.ebuild:
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
index 6eb0e305732a..4c407dd2d473 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102.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.20041102.ebuild,v 1.5 2004/11/10 11:28:12 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.6 2004/11/22 16:28:57 tgall Exp $
inherit eutils flag-o-matic gcc versionator
@@ -40,7 +40,7 @@ SRC_URI="http://dev.gentoo.org/~lv/${PN}-${BASE_PV}.tar.bz2
LICENSE="LGPL-2"
SLOT="2.2"
-KEYWORDS="~amd64 ~ppc64 -hppa ~ia64 ~ppc ~x86 ~mips -*"
+KEYWORDS="~amd64 ppc64 -hppa ~ia64 ~ppc ~x86 ~mips -*"
IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales nomalloccheck"
RESTRICT="nostrip" # we'll handle stripping ourself #46186