summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/hunspell')
-rw-r--r--app-text/hunspell/ChangeLog5
-rw-r--r--app-text/hunspell/hunspell-1.1.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog
index 786bde74574b..cbb7680024b1 100644
--- a/app-text/hunspell/ChangeLog
+++ b/app-text/hunspell/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.30 2007/10/22 12:18:10 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.31 2007/11/16 14:54:15 beandog Exp $
+
+ 16 Nov 2007; Steve Dibb <beandog@gentoo.org> hunspell-1.1.9.ebuild:
+ amd64 stable, bug 182360
22 Oct 2007; Ferris McCormick <fmccor@gentoo.org> hunspell-1.1.9.ebuild:
Sparc stable --- Bug #182360 --- tests pass and works with en_US.
diff --git a/app-text/hunspell/hunspell-1.1.9.ebuild b/app-text/hunspell/hunspell-1.1.9.ebuild
index 193f1b9e3c5e..8b511e84b373 100644
--- a/app-text/hunspell/hunspell-1.1.9.ebuild
+++ b/app-text/hunspell/hunspell-1.1.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.4 2007/10/22 12:18:10 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.5 2007/11/16 14:54:15 beandog Exp $
inherit eutils multilib autotools
@@ -12,7 +12,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/"
SLOT="0"
LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
IUSE="ncurses readline"
-KEYWORDS="~alpha ~amd64 ppc sparc x86"
+KEYWORDS="~alpha amd64 ppc sparc x86"
DEPEND="readline? ( sys-libs/readline )
ncurses? ( sys-libs/ncurses )