diff options
author | 2012-08-12 03:11:58 +0000 | |
---|---|---|
committer | 2012-08-12 03:11:58 +0000 | |
commit | 515c745a2b049aa8c0eefd9d6fe571bd15e363a8 (patch) | |
tree | 0283f6f08c5144d1e45712f664915c3ab6eca7d6 | |
parent | Fix desktop file, thanks to redneb in bug 430500. (diff) | |
download | gentoo-2-515c745a2b049aa8c0eefd9d6fe571bd15e363a8.tar.gz gentoo-2-515c745a2b049aa8c0eefd9d6fe571bd15e363a8.tar.bz2 gentoo-2-515c745a2b049aa8c0eefd9d6fe571bd15e363a8.zip |
Drop ppc atomic patch to fix runtime crashes #413685 by hiyuh.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.15-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.16.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 23c8e97e947a..a8fa866d5f33 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,5 +1,9 @@ # ChangeLog for sys-libs/glibc -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.874 2012/08/11 16:45:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.875 2012/08/12 03:11:58 vapier Exp $ + + 12 Aug 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.15-r2.ebuild, + glibc-2.16.0.ebuild: + Drop ppc atomic patch to fix runtime crashes #413685 by hiyuh. 11 Aug 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.15-r2.ebuild: Add some mips love #430346. diff --git a/sys-libs/glibc/glibc-2.15-r2.ebuild b/sys-libs/glibc/glibc-2.15-r2.ebuild index cea96948194c..378dcfbe4233 100644 --- a/sys-libs/glibc/glibc-2.15-r2.ebuild +++ b/sys-libs/glibc/glibc-2.15-r2.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-r2.ebuild,v 1.17 2012/08/11 16:45:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.18 2012/08/12 03:11:58 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing @@ -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="19" # Gentoo patchset +PATCH_VER="20" # Gentoo patchset PORTS_VER=${RELEASE_VER} # version of glibc ports addon NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires diff --git a/sys-libs/glibc/glibc-2.16.0.ebuild b/sys-libs/glibc/glibc-2.16.0.ebuild index 2484b785b115..826e4d27ec12 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-2012 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.2 2012/08/11 16:29:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild,v 1.3 2012/08/12 03:11:58 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing @@ -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="1" # Gentoo patchset +PATCH_VER="2" # 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 |