diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-06-23 05:03:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-06-23 05:03:42 +0000 |
commit | c4a2ff8d8d869fd20d14dfce46bbeeafc734c1a4 (patch) | |
tree | 8db10b4c63e13f85692be5302c506ad50f5a700b /sys-libs | |
parent | Version bump to 1.0.9. (diff) | |
download | gentoo-2-c4a2ff8d8d869fd20d14dfce46bbeeafc734c1a4.tar.gz gentoo-2-c4a2ff8d8d869fd20d14dfce46bbeeafc734c1a4.tar.bz2 gentoo-2-c4a2ff8d8d869fd20d14dfce46bbeeafc734c1a4.zip |
Fix from upstream for qecvt func decl handling #450714 by Dennis Schridde.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.16.0.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.17.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index e94edc691b39..2a8c71ae91f0 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.940 2013/06/19 22:02:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.941 2013/06/23 05:03:42 vapier Exp $ + + 23 Jun 2013; Mike Frysinger <vapier@gentoo.org> glibc-2.16.0.ebuild, + glibc-2.17.ebuild: + Fix from upstream for qecvt func decl handling #450714 by Dennis Schridde. 12 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml: Drop obsolete use flags from metadata.xml diff --git a/sys-libs/glibc/glibc-2.16.0.ebuild b/sys-libs/glibc/glibc-2.16.0.ebuild index 04c15f9fad05..707ec70d5eb2 100644 --- a/sys-libs/glibc/glibc-2.16.0.ebuild +++ b/sys-libs/glibc/glibc-2.16.0.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.16.0.ebuild,v 1.23 2013/04/10 16:40:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild,v 1.24 2013/06/23 05:03:42 vapier Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing @@ -31,7 +31,7 @@ case ${PV} in ;; esac LIBIDN_VER="" # it's integrated into the main tarball now -PATCH_VER="10" # Gentoo patchset +PATCH_VER="11" # Gentoo patchset PORTS_VER=${RELEASE_VER} # version of glibc ports addon NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.16"} # min kernel version nptl requires diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild index feeb20180d71..d47d0989b95b 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.13 2013/04/28 04:00:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.14 2013/06/23 05:03:42 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="5" # Gentoo patchset +PATCH_VER="6" # 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" |