diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-01-12 15:47:20 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-01-12 15:47:20 +0000 |
commit | 15c9c95268b08955646f9352dfd08178f642640d (patch) | |
tree | ac59453242aac93750bef6d19ed25ba4284bf728 /app-text/hunspell | |
parent | Marking ntp-4.2.4_p6 ppc64 for bug 254098 (diff) | |
download | gentoo-2-15c9c95268b08955646f9352dfd08178f642640d.tar.gz gentoo-2-15c9c95268b08955646f9352dfd08178f642640d.tar.bz2 gentoo-2-15c9c95268b08955646f9352dfd08178f642640d.zip |
Sparc stable, Bug # 254634.
(Portage version: 2.2_rc20/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.2.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 3c57692622ae..ed108c187f04 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.53 2008/12/30 18:48:24 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.54 2009/01/12 15:47:20 fmccor Exp $ + + 12 Jan 2009; Ferris McCormick <fmccor@gentoo.org> hunspell-1.2.8.ebuild: + Sparc stable, Bug # 254634. 30 Dec 2008; Raúl Porcel <armin76@gentoo.org> hunspell-1.2.7.ebuild: arm stable diff --git a/app-text/hunspell/hunspell-1.2.8.ebuild b/app-text/hunspell/hunspell-1.2.8.ebuild index f0724a32b434..fb8330d79870 100644 --- a/app-text/hunspell/hunspell-1.2.8.ebuild +++ b/app-text/hunspell/hunspell-1.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.2.8.ebuild,v 1.1 2008/11/03 09:59:04 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.2.8.ebuild,v 1.2 2009/01/12 15:47:20 fmccor Exp $ inherit eutils multilib autotools @@ -13,7 +13,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |