Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nuspell/
Date: Fri, 13 May 2022 07:26:36
Message-Id: 1652426785.1055778babf07a100e8e80e7407d2c27a573ae26.jsmolic@gentoo
1 commit: 1055778babf07a100e8e80e7407d2c27a573ae26
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 07:26:25 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 07:26:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1055778b
7
8 app-text/nuspell: Stabilize 5.1.0 amd64, #843809
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-text/nuspell/nuspell-5.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/nuspell/nuspell-5.1.0.ebuild b/app-text/nuspell/nuspell-5.1.0.ebuild
16 index 2c97c1b790c9..7ed63d9c1c4f 100644
17 --- a/app-text/nuspell/nuspell-5.1.0.ebuild
18 +++ b/app-text/nuspell/nuspell-5.1.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nuspell/nuspell/archive/v${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="LGPL-3+"
22 SLOT="0/5" # due to libnuspell.so.5
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 ~x86"
25 IUSE="doc test"
26
27 RDEPEND=">=dev-libs/icu-60"