diff options
author | 2011-09-01 05:09:07 +0000 | |
---|---|---|
committer | 2011-09-01 05:09:07 +0000 | |
commit | eb52f2b9e2248bf43c26167f9f1dc5ddc30d41ae (patch) | |
tree | 2835427d8147ff81d7b791efb7adf9a2c090a934 /sys-libs | |
parent | Version bump (diff) | |
download | gentoo-2-eb52f2b9e2248bf43c26167f9f1dc5ddc30d41ae.tar.gz gentoo-2-eb52f2b9e2248bf43c26167f9f1dc5ddc30d41ae.tar.bz2 gentoo-2-eb52f2b9e2248bf43c26167f9f1dc5ddc30d41ae.zip |
Re-export rpc logic with a patch from Fedora until we can get the tree sorted out (which will probably be a ways out).
(Portage version: 2.2.0_alpha51/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.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index e04e98daf50b..821c605d3076 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # 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.787 2011/08/23 18:37:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.788 2011/09/01 05:09:07 vapier Exp $ + + 01 Sep 2011; Mike Frysinger <vapier@gentoo.org> glibc-2.14.ebuild: + Re-export rpc logic with a patch from Fedora until we can get the tree sorted + out (which will probably be a ways out). *glibc-9999 (23 Aug 2011) diff --git a/sys-libs/glibc/glibc-2.14.ebuild b/sys-libs/glibc/glibc-2.14.ebuild index b6792ca51d1b..b14277ad94ca 100644 --- a/sys-libs/glibc/glibc-2.14.ebuild +++ b/sys-libs/glibc/glibc-2.14.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.14.ebuild,v 1.8 2011/08/23 18:37:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v 1.9 2011/09/01 05:09:07 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="6" # Gentoo patchset +PATCH_VER="7" # Gentoo patchset PORTS_VER="6cc02c7" # 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 |