Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/
Date: Wed, 28 Nov 2018 21:22:32
Message-Id: 1543440099.e5218e3b35309407c715b10db0424601e7b46e64.klausman@gentoo
1 commit: e5218e3b35309407c715b10db0424601e7b46e64
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 28 21:21:39 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 21:21:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5218e3b
7
8 app-text/hunspell-1.6.2-r1: alpha stable
9
10 Bug: http://bugs.gentoo.org/671066
11 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
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 395dea17b46..d4a295cdf9a 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= )