diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 23:01:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 23:01:10 +0000 |
commit | a6b76e83264e08459ade019658979b3f28e3420d (patch) | |
tree | c174acabe5cefac486671dbaee4ecd248665dd58 /sys-libs/glibc/glibc-2.3.2-r2.ebuild | |
parent | removed all traces of ada from older versions and the gcc32-ada-make.patch (diff) | |
download | gentoo-2-a6b76e83264e08459ade019658979b3f28e3420d.tar.gz gentoo-2-a6b76e83264e08459ade019658979b3f28e3420d.tar.bz2 gentoo-2-a6b76e83264e08459ade019658979b3f28e3420d.zip |
msg fix #27611
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 } |