Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/
Date: Sun, 26 Jan 2020 11:32:47
Message-Id: 1580038344.bf9d43f00c60bb49b3e0f1cadc0c3588ee4055f1.slyfox@gentoo
1 commit: bf9d43f00c60bb49b3e0f1cadc0c3588ee4055f1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Jan 26 11:01:17 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 11:32:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9d43f0
7
8 app-text/hunspell: stable 1.7.0-r1 for hppa, bug #692304
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 app-text/hunspell/hunspell-1.7.0-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/hunspell/hunspell-1.7.0-r1.ebuild b/app-text/hunspell/hunspell-1.7.0-r1.ebuild
19 index 73ec8789186..272ebcc1de9 100644
20 --- a/app-text/hunspell/hunspell-1.7.0-r1.ebuild
21 +++ b/app-text/hunspell/hunspell-1.7.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/hunspell"
29 SLOT="0/$(ver_cut 1-2)"
30 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
31 IUSE="ncurses nls readline static-libs"
32 -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"
33 +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"
34
35 RDEPEND="
36 ncurses? ( sys-libs/ncurses:0= )