diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-06 21:18:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-11-06 21:18:01 +0000 |
commit | d0b41a9f80e9e53ab1c05fd80b751482886d21c7 (patch) | |
tree | b08613061592b76c6bf9d811b80346aa34de5269 /sys-libs | |
parent | Version bump, bug 292102. (diff) | |
download | gentoo-2-d0b41a9f80e9e53ab1c05fd80b751482886d21c7.tar.gz gentoo-2-d0b41a9f80e9e53ab1c05fd80b751482886d21c7.tar.bz2 gentoo-2-d0b41a9f80e9e53ab1c05fd80b751482886d21c7.zip |
Add patch for ia64 build failure #292059 by Dennis Schridde. Force newer binutils on x86_64 #292056 by DaggyStyle. Forcer newer gcc on x86 #292174 by Andreas Proteus.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.11.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 805f2431a6e9..8f05e5da18e2 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,11 @@ # 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.653 2009/11/06 14:22:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.654 2009/11/06 21:18:01 vapier Exp $ + + 06 Nov 2009; Mike Frysinger <vapier@gentoo.org> glibc-2.11.ebuild: + Add patch for ia64 build failure #292059 by Dennis Schridde. Force newer + binutils on x86_64 #292056 by DaggyStyle. Forcer newer gcc on x86 #292174 + by Andreas Proteus. 06 Nov 2009; Mike Frysinger <vapier@gentoo.org> glibc-2.11.ebuild: Add sparc lovin #291287. diff --git a/sys-libs/glibc/glibc-2.11.ebuild b/sys-libs/glibc/glibc-2.11.ebuild index dcb37bcfebe9..4b12799fc94c 100644 --- a/sys-libs/glibc/glibc-2.11.ebuild +++ b/sys-libs/glibc/glibc-2.11.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.11.ebuild,v 1.2 2009/11/06 14:22:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v 1.3 2009/11/06 21:18:01 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="1" # Gentoo patchset +PATCH_VER="2" # 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 @@ -82,6 +82,8 @@ fi # arch: we need to make sure our binutils/gcc supports TLS DEPEND=">=sys-devel/gcc-3.4.4 arm? ( >=sys-devel/binutils-2.16.90 >=sys-devel/gcc-4.1.0 ) + x86? ( >=sys-devel/gcc-4.3 ) + amd64? ( >=sys-devel/binutils-2.19 ) ppc? ( >=sys-devel/gcc-4.1.0 ) ppc64? ( >=sys-devel/gcc-4.1.0 ) >=sys-devel/binutils-2.15.94 |