diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-21 17:26:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-21 17:26:51 +0000 |
commit | b67e4a7b3504afe5bbea8360ac975c1410b04f30 (patch) | |
tree | edc43d06d84a49af86cbf2b47ed2dfc0c5166da8 /sys-libs/glibc | |
parent | typo (diff) | |
download | gentoo-2-b67e4a7b3504afe5bbea8360ac975c1410b04f30.tar.gz gentoo-2-b67e4a7b3504afe5bbea8360ac975c1410b04f30.tar.bz2 gentoo-2-b67e4a7b3504afe5bbea8360ac975c1410b04f30.zip |
Also add fetestexcept libm hppa patch to 2.14.1 #412933 by Jeroen Roovers.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.14.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 87a4ca1b25ef..f4916b3f4d61 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.837 2012/04/21 16:54:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.838 2012/04/21 17:26:51 vapier Exp $ + + 21 Apr 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.14.1-r3.ebuild: + Also add fetestexcept libm hppa patch to 2.14.1 #412933 by Jeroen Roovers. *glibc-2.15-r1 (21 Apr 2012) diff --git a/sys-libs/glibc/glibc-2.14.1-r3.ebuild b/sys-libs/glibc/glibc-2.14.1-r3.ebuild index 6292acaba7ab..25a775ff4d13 100644 --- a/sys-libs/glibc/glibc-2.14.1-r3.ebuild +++ b/sys-libs/glibc/glibc-2.14.1-r3.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-r3.ebuild,v 1.5 2012/04/21 15:54:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.6 2012/04/21 17:26:51 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="6" # Gentoo patchset +PATCH_VER="7" # 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 |