diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-07-05 05:43:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-05 05:43:15 +0000 |
commit | 6487b76f018dceccc5b26157f37787fe9305fbcb (patch) | |
tree | f2ff117619ed977c3bfe4a2eca14bae828898621 /sys-libs | |
parent | Version bump to 2.1.1 Bug #369537 (diff) | |
download | gentoo-2-6487b76f018dceccc5b26157f37787fe9305fbcb.tar.gz gentoo-2-6487b76f018dceccc5b26157f37787fe9305fbcb.tar.bz2 gentoo-2-6487b76f018dceccc5b26157f37787fe9305fbcb.zip |
Add make-3.82 patch to older version too #373837 by Raúl Porcel.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.10.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 28d58d294c8d..38cc78617506 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.777 2011/06/26 10:46:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.778 2011/07/05 05:43:15 vapier Exp $ + + 05 Jul 2011; Mike Frysinger <vapier@gentoo.org> glibc-2.10.1-r1.ebuild: + Add make-3.82 patch to older version too #373837 by Raúl Porcel. 26 Jun 2011; Raúl Porcel <armin76@gentoo.org> glibc-2.12.2.ebuild: arm stable diff --git a/sys-libs/glibc/glibc-2.10.1-r1.ebuild b/sys-libs/glibc/glibc-2.10.1-r1.ebuild index d9fdc261c7c6..9dcea9973c3b 100644 --- a/sys-libs/glibc/glibc-2.10.1-r1.ebuild +++ b/sys-libs/glibc/glibc-2.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.16 2011/04/20 18:05:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.17 2011/07/05 05:43:15 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -26,7 +26,7 @@ LIBIDN_VER=${RELEASE_VER} fi MANPAGE_VER="" # pregenerated manpages INFOPAGE_VER="" # pregenerated infopages -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 |