Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/
Date: Mon, 26 Nov 2018 18:55:17
Message-Id: 1543258492.08275e8e806626fdc480d0c7cf6b1865a546fbb7.zlogene@gentoo
1 commit: 08275e8e806626fdc480d0c7cf6b1865a546fbb7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 26 18:54:52 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 26 18:54:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08275e8e
7
8 app-text/hunspell: arm stable wrt bug #671066
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-text/hunspell/hunspell-1.6.2-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-text/hunspell/hunspell-1.6.2-r1.ebuild b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
17 index 9a6a8118c3b..395dea17b46 100644
18 --- a/app-text/hunspell/hunspell-1.6.2-r1.ebuild
19 +++ b/app-text/hunspell/hunspell-1.6.2-r1.ebuild
20 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/hunspell"
21 SLOT="0/$(get_version_component_range 1-2)"
22 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
23 IUSE="ncurses nls readline static-libs"
24 -KEYWORDS="~alpha amd64 ~arm ~arm64 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"
25 +KEYWORDS="~alpha amd64 arm ~arm64 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"
26
27 RDEPEND="
28 ncurses? ( sys-libs/ncurses:0= )