diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-02 04:47:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-02 04:47:28 +0000 |
commit | 9ca7704520bbc4a0471b1db57813cc7cfb0f5780 (patch) | |
tree | 5d4b04146940074f079a632458ef384e7d637463 /sys-libs/glibc/glibc-2.13-r4.ebuild | |
parent | Bump, drop ppc keyword until msgpack is keyworded (diff) | |
download | gentoo-2-9ca7704520bbc4a0471b1db57813cc7cfb0f5780.tar.gz gentoo-2-9ca7704520bbc4a0471b1db57813cc7cfb0f5780.tar.bz2 gentoo-2-9ca7704520bbc4a0471b1db57813cc7cfb0f5780.zip |
Add patch from upstream for building on armv4 with eabi (no thumb) #414061 by spock128.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.13-r4.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.13-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.13-r4.ebuild b/sys-libs/glibc/glibc-2.13-r4.ebuild index c196cf57c79f..31f9b34b97c2 100644 --- a/sys-libs/glibc/glibc-2.13-r4.ebuild +++ b/sys-libs/glibc/glibc-2.13-r4.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.13-r4.ebuild,v 1.15 2012/04/21 15:54:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild,v 1.16 2012/05/02 04:47:28 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -25,7 +25,7 @@ fi MANPAGE_VER="" # pregenerated manpages INFOPAGE_VER="" # pregenerated infopages LIBIDN_VER="" # it's integrated into the main tarball now -PATCH_VER="10" # Gentoo patchset +PATCH_VER="11" # Gentoo patchset PORTS_VER="2.13" # 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 |