summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2012-01-14 19:27:39 +0000
committerRaúl Porcel <armin76@gentoo.org>2012-01-14 19:27:39 +0000
commit5892a7b9fa143269b5124136fe414ef11988e1b0 (patch)
tree8c758fcd5b5658a4614579ff9c2d9a81e3f961b2 /app-text/hunspell
parentAdd libsdl USE dependencies, bug #398153 (diff)
downloadgentoo-2-5892a7b9fa143269b5124136fe414ef11988e1b0.tar.gz
gentoo-2-5892a7b9fa143269b5124136fe414ef11988e1b0.tar.bz2
gentoo-2-5892a7b9fa143269b5124136fe414ef11988e1b0.zip
alpha/ia64/sh/sparc stable wrt #379045
(Portage version: 2.1.10.44/cvs/Linux ia64)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r--app-text/hunspell/ChangeLog7
-rw-r--r--app-text/hunspell/hunspell-1.3.2-r3.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog
index 0d2f8effaa72..c3c77553a463 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.102 2011/12/29 20:42:20 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.103 2012/01/14 19:27:39 armin76 Exp $
+
+ 14 Jan 2012; Raúl Porcel <armin76@gentoo.org> hunspell-1.3.2-r3.ebuild:
+ alpha/ia64/sh/sparc stable wrt #379045
29 Dec 2011; Mark Loeser <halcy0n@gentoo.org> hunspell-1.3.2-r3.ebuild:
Stable for ppc/ppc64; bug #379045
diff --git a/app-text/hunspell/hunspell-1.3.2-r3.ebuild b/app-text/hunspell/hunspell-1.3.2-r3.ebuild
index 6ea9b2a745ea..8619de7f649e 100644
--- a/app-text/hunspell/hunspell-1.3.2-r3.ebuild
+++ b/app-text/hunspell/hunspell-1.3.2-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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-r3.ebuild,v 1.7 2011/12/29 20:42:20 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.ebuild,v 1.8 2012/01/14 19:27:39 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"
RDEPEND="
ncurses? ( sys-libs/ncurses )