diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-16 14:54:15 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-16 14:54:15 +0000 |
commit | 97bee333dcdd919473d4dc31403a7f2f84b0347d (patch) | |
tree | 3f918b855aeb98e88f14aa3cc7428688a3ec796d /app-text/hunspell | |
parent | amd64 stable wrt #197514 (diff) | |
download | gentoo-2-97bee333dcdd919473d4dc31403a7f2f84b0347d.tar.gz gentoo-2-97bee333dcdd919473d4dc31403a7f2f84b0347d.tar.bz2 gentoo-2-97bee333dcdd919473d4dc31403a7f2f84b0347d.zip |
amd64 stable, bug 182360
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.9.ebuild | 4 |
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 ) |