diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-16 02:59:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-16 02:59:34 +0000 |
commit | 32b8c0633432d35c8c595a4f63eefbf099b44f6c (patch) | |
tree | 3ff64582384bccaaca9b0dd9fb28e8d02fd2b90e /sys-libs/glibc/glibc-2.14.1-r2.ebuild | |
parent | Version bump for beta channel release. (diff) | |
download | gentoo-2-32b8c0633432d35c8c595a4f63eefbf099b44f6c.tar.gz gentoo-2-32b8c0633432d35c8c595a4f63eefbf099b44f6c.tar.bz2 gentoo-2-32b8c0633432d35c8c595a4f63eefbf099b44f6c.zip |
Add patch from upstream for building s390x with older binutils #365999 by Alon Bar-Lev and #403713 by Raúl Porcel.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.14.1-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.14.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.14.1-r2.ebuild b/sys-libs/glibc/glibc-2.14.1-r2.ebuild index 9b1c77740b14..cac6a94ae4a3 100644 --- a/sys-libs/glibc/glibc-2.14.1-r2.ebuild +++ b/sys-libs/glibc/glibc-2.14.1-r2.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.14.1-r2.ebuild,v 1.3 2012/01/17 23:51:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.4 2012/02/16 02:59:34 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="3" # Gentoo patchset +PATCH_VER="4" # 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 |