diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-07 21:21:35 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-07 21:21:35 +0000 |
commit | 73484f1bea095669e1c3f917b11dddba8927fc75 (patch) | |
tree | 7bf2ff9cebaa76dc467f2cb8bf2d95b9dde0a1ed /app-text/hunspell | |
parent | 0.9.4 to amd64 stable. (diff) | |
download | gentoo-2-73484f1bea095669e1c3f917b11dddba8927fc75.tar.gz gentoo-2-73484f1bea095669e1c3f917b11dddba8927fc75.tar.bz2 gentoo-2-73484f1bea095669e1c3f917b11dddba8927fc75.zip |
Keyworded ~sparc wrt #124229
(Portage version: 2.0.54)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 49af13237270..2e7f389b1a0a 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.3 2006/03/07 19:24:23 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.4 2006/03/07 21:21:35 gustavoz Exp $ + + 07 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> hunspell-1.1.4.ebuild: + Keyworded ~sparc wrt #124229 07 Mar 2006; Kevin F. Quinn <kevquinn@gentoo.org> hunspell-1.1.4.ebuild: Force LC_ALL to empty when running tests; bug #125375 diff --git a/app-text/hunspell/hunspell-1.1.4.ebuild b/app-text/hunspell/hunspell-1.1.4.ebuild index 98ee57288bd8..4cef3b54cfe1 100644 --- a/app-text/hunspell/hunspell-1.1.4.ebuild +++ b/app-text/hunspell/hunspell-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4.ebuild,v 1.2 2006/03/07 19:24:23 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4.ebuild,v 1.3 2006/03/07 21:21:35 gustavoz Exp $ inherit eutils multilib @@ -11,7 +11,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses readline" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |