diff options
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild index 0a21f5daa5a0..7be983b8f7f5 100644 --- a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.3.20040420-r2.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.3.20040420-r2.ebuild,v 1.4 2005/01/05 01:53:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.5 2005/01/17 23:19:22 vapier Exp $ inherit eutils flag-o-matic gcc @@ -121,7 +121,7 @@ use_nptl() { return 0 fi ;; - "alpha"|"amd64"|"ia64"|"mips"|"ppc"|"sparc") + "alpha"|"amd64"|"ia64"|"mips"|"ppc") return 0 ;; *) |