summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2011-12-17 16:18:09 +0000
committerAgostino Sarubbo <ago@gentoo.org>2011-12-17 16:18:09 +0000
commit957fe96c29e5d4bfc5296571fe31369f9dcb1cd5 (patch)
treeb34bc36cab5157fb97e0e15d38d6b6c5630b5524 /app-text
parentBump EAPI. (diff)
downloadgentoo-2-957fe96c29e5d4bfc5296571fe31369f9dcb1cd5.tar.gz
gentoo-2-957fe96c29e5d4bfc5296571fe31369f9dcb1cd5.tar.bz2
gentoo-2-957fe96c29e5d4bfc5296571fe31369f9dcb1cd5.zip
Stable for AMD64, wrt bug #379045
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/hunspell/ChangeLog5
-rw-r--r--app-text/hunspell/hunspell-1.3.2-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog
index 95ad3f5409e0..3cbfe91f160f 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.97 2011/12/17 02:05:01 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.98 2011/12/17 16:18:09 ago Exp $
+
+ 17 Dec 2011; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.2-r3.ebuild:
+ Stable for AMD64, wrt bug #379045
17 Dec 2011; Peter Volkov <pva@gentoo.org> hunspell-1.3.2-r3.ebuild:
move gettext to DEPEND, bug 392049 thank nzqr for report.
diff --git a/app-text/hunspell/hunspell-1.3.2-r3.ebuild b/app-text/hunspell/hunspell-1.3.2-r3.ebuild
index ae0e11ef2075..b55cdc823762 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
# 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.2 2011/12/17 02:05:01 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.ebuild,v 1.3 2011/12/17 16:18:09 ago 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 )