diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-23 05:27:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-23 05:27:59 +0000 |
commit | 24e294671eccaf77ef6653c2234266331508abfe (patch) | |
tree | 202784e859a5ed65e917ddd03893ae2271ef8553 /sys-libs/glibc/glibc-2.17.ebuild | |
parent | Push out hppa fixes from upstream #452184 by Guy Martin. (diff) | |
download | gentoo-2-24e294671eccaf77ef6653c2234266331508abfe.tar.gz gentoo-2-24e294671eccaf77ef6653c2234266331508abfe.tar.bz2 gentoo-2-24e294671eccaf77ef6653c2234266331508abfe.zip |
Add fix from upstream for slow math calls on x86 #431938 by wbrana.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/glibc/glibc-2.17.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild index 541a25ec1db0..44e9e225c335 100644 --- a/sys-libs/glibc/glibc-2.17.ebuild +++ b/sys-libs/glibc/glibc-2.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.6 2013/01/23 05:21:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.7 2013/01/23 05:27:59 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing @@ -24,7 +24,7 @@ case ${PV} in RELEASE_VER=${PV} ;; esac -PATCH_VER="3" # Gentoo patchset +PATCH_VER="4" # Gentoo patchset NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires IUSE="debug gd hardened multilib nscd selinux systemtap profile vanilla crosscompile_opts_headers-only" |