summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-01-15 01:19:21 +0000
committerMike Frysinger <vapier@gentoo.org>2012-01-15 01:19:21 +0000
commit8c0e25d0a9a45d825eae985b5bb6c71b1b629941 (patch)
tree652b0932f10844393cc8d41d94cb93313e8e0bd3 /sys-libs
parentVersion bump (diff)
downloadgentoo-2-8c0e25d0a9a45d825eae985b5bb6c71b1b629941.tar.gz
gentoo-2-8c0e25d0a9a45d825eae985b5bb6c71b1b629941.tar.bz2
gentoo-2-8c0e25d0a9a45d825eae985b5bb6c71b1b629941.zip
Post some fixes from upstrea/suse.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.15.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index d27a0dc19d4f..cf741977208b 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.816 2012/01/13 22:45:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.817 2012/01/15 01:19:21 vapier Exp $
+
+ 15 Jan 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.15.ebuild:
+ Post some fixes from upstrea/suse.
13 Jan 2012; Mike Frysinger <vapier@gentoo.org>
files/eblits/src_compile.eblit:
diff --git a/sys-libs/glibc/glibc-2.15.ebuild b/sys-libs/glibc/glibc-2.15.ebuild
index c72815ed58cc..24c0ab7ddd3d 100644
--- a/sys-libs/glibc/glibc-2.15.ebuild
+++ b/sys-libs/glibc/glibc-2.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15.ebuild,v 1.1 2012/01/13 21:18:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15.ebuild,v 1.2 2012/01/15 01:19:21 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -33,7 +33,7 @@ esac
MANPAGE_VER="" # pregenerated manpages
INFOPAGE_VER="" # pregenerated infopages
LIBIDN_VER="" # it's integrated into the main tarball now
-PATCH_VER="1" # Gentoo patchset
+PATCH_VER="2" # 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