diff options
Diffstat (limited to 'app-text/hunspell/hunspell-1.1.9.ebuild')
-rw-r--r-- | app-text/hunspell/hunspell-1.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hunspell/hunspell-1.1.9.ebuild b/app-text/hunspell/hunspell-1.1.9.ebuild index 8b511e84b373..30fb11513d64 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.5 2007/11/16 14:54:15 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.6 2007/11/27 17:15:13 corsair 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 ~ppc64 sparc x86" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |