diff options
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild index c04dbc3b0d67..af0886f18657 100644 --- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r1.ebuild,v 1.37 2005/09/28 02:17:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.38 2005/09/28 23:57:58 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="amd64 arm -hppa ~ia64 m68k ~mips ~ppc ppc64 sh ~sparc x86" +KEYWORDS="-* amd64 arm -hppa ~ia64 m68k ~mips ~ppc ppc64 sh ~sparc x86" BRANCH_UPDATE="" @@ -27,7 +27,7 @@ GLIBC_MANPAGE_VERSION="2.3.5" GLIBC_INFOPAGE_VERSION="2.3.5" # Gentoo patchset -PATCH_VER="1.11" +PATCH_VER="1.12" # C Stubbs addon (contained in fedora, so ignoring) #CSTUBS_VER="2.1.2" |