summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-10-12 04:10:03 +0000
committerTravis Tilley <lv@gentoo.org>2004-10-12 04:10:03 +0000
commit8267a4a6f5b83532ba796740bfe4ddc89ea83ebc (patch)
treef451d96a12ed53f984d020b831d518e0029a32f5 /sys-libs
parentstable on ppc64, bug #64275 (Manifest recommit) (diff)
downloadgentoo-2-8267a4a6f5b83532ba796740bfe4ddc89ea83ebc.tar.gz
gentoo-2-8267a4a6f5b83532ba796740bfe4ddc89ea83ebc.tar.bz2
gentoo-2-8267a4a6f5b83532ba796740bfe4ddc89ea83ebc.zip
a portage quirk seems to be installing and then uninstalling libpthread on amd64, so i'm re-keywording -amd64 until this is fixed. if you havent snagged this bug, you should be safe. if you have nptl in USE, you -should- be able to simply emerge glibc twice and portage will stop removing libpthread.
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog8
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041006.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 931584321fcd..201c1964c3d3 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,12 @@
# 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.271 2004/10/11 16:24:18 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.272 2004/10/12 04:10:03 lv Exp $
+
+ 12 Oct 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20041006.ebuild:
+ a portage quirk seems to be installing and then uninstalling libpthread on
+ amd64, so i'm re-keywording -amd64 until this is fixed. if you havent snagged
+ this bug, you should be safe. if you have nptl in USE, you -should- be able to
+ simply emerge glibc twice and portage will stop removing libpthread.
11 Oct 2004; <solar@gentoo.org> glibc-2.3.4.20040808-r1.ebuild:
marked 20040808-r1 stable x86 for 2004.3
diff --git a/sys-libs/glibc/glibc-2.3.4.20041006.ebuild b/sys-libs/glibc/glibc-2.3.4.20041006.ebuild
index d562373f2e61..3c8d9790d560 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041006.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041006.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.20041006.ebuild,v 1.3 2004/10/11 13:49:19 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041006.ebuild,v 1.4 2004/10/12 04:10:03 lv Exp $
inherit eutils flag-o-matic gcc
@@ -40,7 +40,7 @@ SRC_URI="http://dev.gentoo.org/~lv/${PN}-${BASE_PV}.tar.bz2
LICENSE="LGPL-2"
SLOT="2.2"
-KEYWORDS="-* ~x86 ~amd64 ~hppa ~ppc64 ~ppc"
+KEYWORDS="-* ~x86 -amd64 ~hppa ~ppc64 ~ppc"
IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales"
RESTRICT="nostrip" # we'll handle stripping ourself #46186