Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/
Date: Thu, 19 May 2022 05:08:44
Message-Id: 1652936829.9c90a2619e1008ffa29fab6a4e3442327446893d.xen0n@gentoo
1 commit: 9c90a2619e1008ffa29fab6a4e3442327446893d
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 05:02:57 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 05:07:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c90a261
7
8 app-text/hunspell: keyword 1.7.0-r2 for ~loong
9
10 Tests passed on real hardware.
11
12 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
13
14 app-text/hunspell/hunspell-1.7.0-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/hunspell/hunspell-1.7.0-r2.ebuild b/app-text/hunspell/hunspell-1.7.0-r2.ebuild
18 index cc1274d78f52..18d75871d37b 100644
19 --- a/app-text/hunspell/hunspell-1.7.0-r2.ebuild
20 +++ b/app-text/hunspell/hunspell-1.7.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hunspell/hunspell/archive/v${PV}.tar.gz -> ${P}.tar.
28 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
29 SLOT="0/$(ver_cut 1-2)"
30 IUSE="ncurses nls readline static-libs"
31 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
32 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
33
34 RDEPEND="
35 ncurses? ( sys-libs/ncurses:0= )