diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-10-12 11:09:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-10-12 11:09:44 +0000 |
commit | 498985e8cae3ebb82d99d17b15cd6393cce9c707 (patch) | |
tree | 1a982ecab57f1bfbedfc016a0b45581baa6983fb /app-text/hunspell | |
parent | Version bump, remove deprecated (diff) | |
download | gentoo-2-498985e8cae3ebb82d99d17b15cd6393cce9c707.tar.gz gentoo-2-498985e8cae3ebb82d99d17b15cd6393cce9c707.tar.bz2 gentoo-2-498985e8cae3ebb82d99d17b15cd6393cce9c707.zip |
alpha/ia64/sh/sparc stable wrt #379045
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.3.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 74d3034a39da..03d690c9ca7c 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.94 2011/10/09 16:33:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.95 2011/10/12 11:09:44 armin76 Exp $ + + 12 Oct 2011; Raúl Porcel <armin76@gentoo.org> hunspell-1.3.2-r1.ebuild: + alpha/ia64/sh/sparc stable wrt #379045 09 Oct 2011; Markus Meier <maekke@gentoo.org> hunspell-1.3.2-r1.ebuild: arm stable, bug #379045 diff --git a/app-text/hunspell/hunspell-1.3.2-r1.ebuild b/app-text/hunspell/hunspell-1.3.2-r1.ebuild index d012f2351c27..69b36641c2f7 100644 --- a/app-text/hunspell/hunspell-1.3.2-r1.ebuild +++ b/app-text/hunspell/hunspell-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r1.ebuild,v 1.9 2011/10/09 16:33:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r1.ebuild,v 1.10 2011/10/12 11:09:44 armin76 Exp $ EAPI=4 inherit eutils multilib autotools flag-o-matic versionator @@ -14,7 +14,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline static-libs" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" DEPEND=" sys-devel/gettext |