diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-23 05:21:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-23 05:21:59 +0000 |
commit | b787f2a3a6e0e4c1d3ab629c96c88a5e1818e805 (patch) | |
tree | 3266b9e065a6a38c949ae501d0b11a92d5389593 /sys-libs/glibc/glibc-2.17.ebuild | |
parent | Version bump. Cosmetic description fix. Drop old. (diff) | |
download | gentoo-2-b787f2a3a6e0e4c1d3ab629c96c88a5e1818e805.tar.gz gentoo-2-b787f2a3a6e0e4c1d3ab629c96c88a5e1818e805.tar.bz2 gentoo-2-b787f2a3a6e0e4c1d3ab629c96c88a5e1818e805.zip |
Push out hppa fixes from upstream #452184 by Guy Martin.
(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 341c46cb371d..541a25ec1db0 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.5 2013/01/08 12:16:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.6 2013/01/23 05:21: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="2" # Gentoo patchset +PATCH_VER="3" # 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" |