diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:23:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:23:38 +0000 |
commit | 70aab7826a8aa19e4d95fb67eea9ae2d6f843c07 (patch) | |
tree | 5bac0eaa237712ee21e849b7c78a4f3a893f3a1d /app-text/hunspell | |
parent | Stable for sparc, wrt bug #530444 (diff) | |
download | gentoo-2-70aab7826a8aa19e4d95fb67eea9ae2d6f843c07.tar.gz gentoo-2-70aab7826a8aa19e4d95fb67eea9ae2d6f843c07.tar.bz2 gentoo-2-70aab7826a8aa19e4d95fb67eea9ae2d6f843c07.zip |
Stable for sparc, wrt bug #530446
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 1c2d8db2acb0..9b955943ae13 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.119 2015/01/01 11:18:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.120 2015/01/02 12:23:38 ago Exp $ + + 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild: + Stable for sparc, wrt bug #530446 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> hunspell-1.3.3.ebuild: Stable for ppc64, wrt bug #530446 diff --git a/app-text/hunspell/hunspell-1.3.3.ebuild b/app-text/hunspell/hunspell-1.3.3.ebuild index 14174d26b6b6..4d563fe4044f 100644 --- a/app-text/hunspell/hunspell-1.3.3.ebuild +++ b/app-text/hunspell/hunspell-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.7 2015/01/01 11:18:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.3.ebuild,v 1.8 2015/01/02 12:23:38 ago Exp $ EAPI=5 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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" RDEPEND=" ncurses? ( sys-libs/ncurses ) |