diff options
author | 2012-05-09 04:30:12 +0000 | |
---|---|---|
committer | 2012-05-09 04:30:12 +0000 | |
commit | 78529002275893a44b1151cf616e7981e590dd62 (patch) | |
tree | d863e232bd6811051aa78f19d160e4303e0816d8 /sys-libs | |
parent | Drop useless DRI use flag. (diff) | |
download | gentoo-2-78529002275893a44b1151cf616e7981e590dd62.tar.gz gentoo-2-78529002275893a44b1151cf616e7981e590dd62.tar.bz2 gentoo-2-78529002275893a44b1151cf616e7981e590dd62.zip |
Fix from upstream for building ia64/hardened #414625 by Dennis Schridde.
(Portage version: 2.2.0_alpha100/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.14.1-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.15-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 772c2ec0600d..6074e7d093e4 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # 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.846 2012/05/03 19:51:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.847 2012/05/09 04:30:12 vapier Exp $ + + 09 May 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.14.1-r3.ebuild, + glibc-2.15-r1.ebuild: + Fix from upstream for building ia64/hardened #414625 by Dennis Schridde. 03 May 2012; Robin H. Johnson <robbat2@gentoo.org> glibc-2.15-r1.ebuild, glibc-9999.ebuild: diff --git a/sys-libs/glibc/glibc-2.14.1-r3.ebuild b/sys-libs/glibc/glibc-2.14.1-r3.ebuild index f8c46cc1e1b6..5d7f6569cec3 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.11 2012/05/02 04:47:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.12 2012/05/09 04:30:12 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="8" # Gentoo patchset +PATCH_VER="9" # 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 diff --git a/sys-libs/glibc/glibc-2.15-r1.ebuild b/sys-libs/glibc/glibc-2.15-r1.ebuild index c057d70c8e3d..129d22eefe2f 100644 --- a/sys-libs/glibc/glibc-2.15-r1.ebuild +++ b/sys-libs/glibc/glibc-2.15-r1.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.15-r1.ebuild,v 1.4 2012/05/03 19:51:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v 1.5 2012/05/09 04:30:12 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker @@ -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="11" # Gentoo patchset +PATCH_VER="12" # 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 |