diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-25 22:06:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-25 22:06:39 +0000 |
commit | 41c554800213c0265e1954faf219f0c8a637d841 (patch) | |
tree | bc10a6580231b74e88faaad407e633594ec57a27 /sys-libs/glibc/glibc-2.18-r1.ebuild | |
parent | fixed sandbox violation wrt #499020 (diff) | |
download | gentoo-2-41c554800213c0265e1954faf219f0c8a637d841.tar.gz gentoo-2-41c554800213c0265e1954faf219f0c8a637d841.tar.bz2 gentoo-2-41c554800213c0265e1954faf219f0c8a637d841.zip |
Add fix for armv4 (non thumb) and for alpha/tls code from upstream.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/glibc/glibc-2.18-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.18-r1.ebuild b/sys-libs/glibc/glibc-2.18-r1.ebuild index 483cded45791..7ff4fe446005 100644 --- a/sys-libs/glibc/glibc-2.18-r1.ebuild +++ b/sys-libs/glibc/glibc-2.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18-r1.ebuild,v 1.1 2014/01/22 20:06:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.18-r1.ebuild,v 1.2 2014/01/25 22:06:39 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd 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 suid vanilla crosscompile_opts_headers-only" |