diff options
author | 2006-05-18 00:35:46 +0000 | |
---|---|---|
committer | 2006-05-18 00:35:46 +0000 | |
commit | a5e19142be95d81720341147759430294ec8b1e4 (patch) | |
tree | 72362dc6bc80fb3dd591507092599c52cb4acacf /app-text/hunspell | |
parent | Stable on x86; bug #120842 (diff) | |
download | gentoo-2-a5e19142be95d81720341147759430294ec8b1e4.tar.gz gentoo-2-a5e19142be95d81720341147759430294ec8b1e4.tar.bz2 gentoo-2-a5e19142be95d81720341147759430294ec8b1e4.zip |
Stable on sparc
(Portage version: 2.0.54-r2)
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 495239bf7312..0cb2b779c275 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.7 2006/05/12 14:35:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.8 2006/05/18 00:35:46 gustavoz Exp $ + + 18 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> hunspell-1.1.4.ebuild: + Stable on sparc 12 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> hunspell-1.1.4.ebuild: Marking stable wrt bug #124229. diff --git a/app-text/hunspell/hunspell-1.1.4.ebuild b/app-text/hunspell/hunspell-1.1.4.ebuild index 9f1e5595474f..53f227612126 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.6 2006/05/12 14:35:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4.ebuild,v 1.7 2006/05/18 00:35:46 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="~ppc ~sparc x86" +KEYWORDS="~ppc sparc x86" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |