diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-20 06:21:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-20 06:21:53 +0000 |
commit | 8d295d422f87770de937bb42acb3c9764fdbc607 (patch) | |
tree | 79fb3e6e3f6869249914fdbfc84ff3bce9ed6816 /sys-libs/glibc/glibc-2.3.5-r3.ebuild | |
parent | configure option --with-idle=idled has been changed to --enable-idled. (diff) | |
download | gentoo-2-8d295d422f87770de937bb42acb3c9764fdbc607.tar.gz gentoo-2-8d295d422f87770de937bb42acb3c9764fdbc607.tar.bz2 gentoo-2-8d295d422f87770de937bb42acb3c9764fdbc607.zip |
Add some sparc fixes from upstream #123433 by Jason Weever.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5-r3.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild index bc6184581826..8aa74b4efc48 100644 --- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.19 2006/02/20 04:42:27 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.20 2006/02/20 06:21:53 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -27,7 +27,7 @@ GLIBC_MANPAGE_VERSION="2.3.5" GLIBC_INFOPAGE_VERSION="2.3.5" # Gentoo patchset -PATCH_VER="1.15" +PATCH_VER="1.16" # C Stubbs addon (contained in fedora, so ignoring) #CSTUBS_VER="2.1.2" |