diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-10-22 12:18:10 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-10-22 12:18:10 +0000 |
commit | d6e2875aadbd952f7f5683f2c7eb0b8503fe54af (patch) | |
tree | 3ad97d72a4fafb88703a7837d580c3538f932ab1 /app-text/hunspell | |
parent | Sparc stable --- Bug #182392 (diff) | |
download | gentoo-2-d6e2875aadbd952f7f5683f2c7eb0b8503fe54af.tar.gz gentoo-2-d6e2875aadbd952f7f5683f2c7eb0b8503fe54af.tar.bz2 gentoo-2-d6e2875aadbd952f7f5683f2c7eb0b8503fe54af.zip |
Sparc stable --- Bug #182360 --- tests pass and works with en_US.
(Portage version: 2.1.3.15)
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 b524ec791e80..786bde74574b 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.29 2007/10/22 08:09:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.30 2007/10/22 12:18:10 fmccor Exp $ + + 22 Oct 2007; Ferris McCormick <fmccor@gentoo.org> hunspell-1.1.9.ebuild: + Sparc stable --- Bug #182360 --- tests pass and works with en_US. 22 Oct 2007; Markus Meier <maekke@gentoo.org> hunspell-1.1.9.ebuild: x86 stable, bug #182360 diff --git a/app-text/hunspell/hunspell-1.1.9.ebuild b/app-text/hunspell/hunspell-1.1.9.ebuild index 14eeb0f990dd..193f1b9e3c5e 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.3 2007/10/22 08:09:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.4 2007/10/22 12:18:10 fmccor 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 ) |