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: Tue, 24 Dec 2019 20:13:01
Message-Id: 1577218367.2949018775410f90aa7aeaefe7f87ddcd41e0f09.zlogene@gentoo
1 commit: 2949018775410f90aa7aeaefe7f87ddcd41e0f09
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 20:12:47 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 20:12:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29490187
7
8 app-text/hunspell: arm stable wrt bug #692304
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/hunspell/hunspell-1.7.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-text/hunspell/hunspell-1.7.0-r1.ebuild b/app-text/hunspell/hunspell-1.7.0-r1.ebuild
17 index 526e232a310..73ec8789186 100644
18 --- a/app-text/hunspell/hunspell-1.7.0-r1.ebuild
19 +++ b/app-text/hunspell/hunspell-1.7.0-r1.ebuild
20 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/hunspell"
21 SLOT="0/$(ver_cut 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-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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
26
27 RDEPEND="
28 ncurses? ( sys-libs/ncurses:0= )