diff options
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.2-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r2.ebuild b/sys-libs/glibc/glibc-2.3.2-r2.ebuild index 4c853e7efd69..8b92564772df 100644 --- a/sys-libs/glibc/glibc-2.3.2-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r2.ebuild,v 1.12 2003/09/07 15:37:05 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r2.ebuild,v 1.13 2003/09/08 23:01:10 vapier Exp $ IUSE="nls pic build nptl" @@ -273,7 +273,7 @@ pkg_setup() { then # Just tell the user not to expect too much ... ewarn "You have \"nptl\" in your USE, but your kernel version or" - ewarn "architecture do not support it!" + ewarn "architecture does not support it!" fi } |