diff options
author | 2009-11-05 22:31:15 +0000 | |
---|---|---|
committer | 2009-11-05 22:31:15 +0000 | |
commit | 29514e0280ba7aca9421a738f37f0f142c94e619 (patch) | |
tree | 4e50760e2bc9def1f8e87a0964218bcdd370a066 /sys-libs | |
parent | Re-Keywording for ppc. (diff) | |
download | gentoo-2-29514e0280ba7aca9421a738f37f0f142c94e619.tar.gz gentoo-2-29514e0280ba7aca9421a738f37f0f142c94e619.tar.bz2 gentoo-2-29514e0280ba7aca9421a738f37f0f142c94e619.zip |
Add binutils-2.20 detection patch to glibc-2.9.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index efa5693d4289..8b509ab4d570 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.649 2009/11/05 22:30:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.650 2009/11/05 22:31:15 vapier Exp $ + + 05 Nov 2009; Mike Frysinger <vapier@gentoo.org> + glibc-2.9_p20081201-r3.ebuild: + Add binutils-2.20 detection patch to glibc-2.9. 30 Oct 2009; Mike Frysinger <vapier@gentoo.org> glibc-2.10.1.ebuild: Import a bunch of alpha patches #289642 by Matt Turner. diff --git a/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild b/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild index aeed6c88b94e..274b5b2b538e 100644 --- a/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild +++ b/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild,v 1.5 2009/09/23 22:04:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild,v 1.6 2009/11/05 22:31:15 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -24,7 +24,7 @@ SNAP_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 LIBIDN_VER="" # version of libidn addon LT_VER="" # version of linuxthreads addon |