summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-26 22:48:38 +0000
committerMike Frysinger <vapier@gentoo.org>2010-07-26 22:48:38 +0000
commitcc23c278ea3caef8aaa61ec8455effeef84fbeb0 (patch)
tree26bef3e3d9e3fd22318e6e3acafa14cf2a3eba9f /sys-libs/glibc
parentUsing new patchset which uses the new numbering scheme from Anarchy. (diff)
downloadgentoo-2-cc23c278ea3caef8aaa61ec8455effeef84fbeb0.tar.gz
gentoo-2-cc23c278ea3caef8aaa61ec8455effeef84fbeb0.tar.bz2
gentoo-2-cc23c278ea3caef8aaa61ec8455effeef84fbeb0.zip
Add patch for building nptl with hppa targets #301642.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.11.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 883112d3dc06..0b2ab9a0aa29 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# 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.700 2010/07/18 17:00:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.701 2010/07/26 22:48:38 vapier Exp $
+
+ 26 Jul 2010; Mike Frysinger <vapier@gentoo.org> glibc-2.11.2.ebuild:
+ Add patch for building nptl with hppa targets #301642.
18 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> glibc-2.11.2.ebuild:
ppc64 stable wrt #318503
diff --git a/sys-libs/glibc/glibc-2.11.2.ebuild b/sys-libs/glibc/glibc-2.11.2.ebuild
index 030f5b9a9288..a8e6b394a83b 100644
--- a/sys-libs/glibc/glibc-2.11.2.ebuild
+++ b/sys-libs/glibc/glibc-2.11.2.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.ebuild,v 1.10 2010/07/18 17:00:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2.ebuild,v 1.11 2010/07/26 22:48:38 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -25,7 +25,7 @@ fi
MANPAGE_VER="" # pregenerated manpages
INFOPAGE_VER="" # pregenerated infopages
LIBIDN_VER="" # it's integrated into the main tarball now
-PATCH_VER="2" # Gentoo patchset
+PATCH_VER="3" # Gentoo patchset
PORTS_VER=${RELEASE_VER%.?} # version of glibc ports addon
LT_VER="" # version of linuxthreads addon
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires