diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-18 06:51:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-18 06:51:22 +0000 |
commit | ea226ec0df1bc13eb50ea2512a119b2724371d30 (patch) | |
tree | 62ae46480ec7d3ab99f9ca136f622a51765dbf99 /sys-libs/glibc/glibc-2.3.6-r4.ebuild | |
parent | add a sanity check (diff) | |
download | historical-ea226ec0df1bc13eb50ea2512a119b2724371d30.tar.gz historical-ea226ec0df1bc13eb50ea2512a119b2724371d30.tar.bz2 historical-ea226ec0df1bc13eb50ea2512a119b2724371d30.zip |
fix building for arm targets
Package-Manager: portage-2.1.1_pre1
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.6-r4.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.6-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.6-r4.ebuild b/sys-libs/glibc/glibc-2.3.6-r4.ebuild index 0554da42fe10..fb35ce51420c 100644 --- a/sys-libs/glibc/glibc-2.3.6-r4.ebuild +++ b/sys-libs/glibc/glibc-2.3.6-r4.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.6-r4.ebuild,v 1.8 2006/06/16 03:25:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.9 2006/06/18 06:51:22 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.6-1" GLIBC_INFOPAGE_VERSION="2.3.6" # Gentoo patchset -PATCH_VER="1.12" +PATCH_VER="1.13" # Fedora addons (like c_stubs) ... sniped from RHEL's glibc-2.4-4.src.rpm # http://download.fedora.redhat.com/pub/fedora/linux/core/ |