diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-29 20:34:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-06-29 20:34:45 +0000 |
commit | acfb3a0c6c979d554d3d27f18f6d996ca82d4345 (patch) | |
tree | 5aab8e41526fd79f063b4e4de80a2409858db064 /sys-libs | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-acfb3a0c6c979d554d3d27f18f6d996ca82d4345.tar.gz gentoo-2-acfb3a0c6c979d554d3d27f18f6d996ca82d4345.tar.bz2 gentoo-2-acfb3a0c6c979d554d3d27f18f6d996ca82d4345.zip |
Update alpha cloexec header #307651 by Matt Turner.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index c5b55f1422b1..ddbc2a43ee64 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.695 2010/06/27 10:46:15 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.696 2010/06/29 20:34:45 vapier Exp $ + + 29 Jun 2010; Mike Frysinger <vapier@gentoo.org> glibc-2.11.2.ebuild: + Update alpha cloexec header #307651 by Matt Turner. 27 Jun 2010; Christian Faulhammer <fauli@gentoo.org> glibc-2.11.2.ebuild: stable x86, bug 318503 diff --git a/sys-libs/glibc/glibc-2.11.2.ebuild b/sys-libs/glibc/glibc-2.11.2.ebuild index 12e1b9eadcaa..d2171168ebbe 100644 --- a/sys-libs/glibc/glibc-2.11.2.ebuild +++ b/sys-libs/glibc/glibc-2.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2.ebuild,v 1.5 2010/06/27 10:46:15 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2.ebuild,v 1.6 2010/06/29 20:34:45 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 |