diff options
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/hunspell-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hunspell/hunspell-1.2.3.ebuild b/app-text/hunspell/hunspell-1.2.3.ebuild index 938f4f4e4da9..5ced19a70719 100644 --- a/app-text/hunspell/hunspell-1.2.3.ebuild +++ b/app-text/hunspell/hunspell-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.2.3.ebuild,v 1.1 2008/06/17 09:41:28 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.2.3.ebuild,v 1.2 2008/06/17 17:21:33 mr_bones_ Exp $ inherit eutils multilib autotools @@ -42,7 +42,7 @@ pkg_setup() { use readline && myconf="${myconf} $(use_with readline readline)" else if use readline; then - ewarn "readline USE flag has no effect without ncruses." + ewarn "readline USE flag has no effect without ncruses." fi fi } |