Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nuspell/
Date: Mon, 02 Nov 2020 17:49:49
Message-Id: 1604339303.f33f37638ea06ff40b8c26a3011faeec590038bf.sping@gentoo
1 commit: f33f37638ea06ff40b8c26a3011faeec590038bf
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 17:48:23 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 17:48:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33f3763
7
8 app-text/nuspell: Require dev-libs/boost[nls]
9
10 Closes: https://bugs.gentoo.org/752354
11 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
12 Package-Manager: Portage-3.0.0, Repoman-2.3.23
13
14 app-text/nuspell/nuspell-3.1.2.ebuild | 2 +-
15 app-text/nuspell/nuspell-4.0.0.ebuild | 2 +-
16 app-text/nuspell/nuspell-4.0.1.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/app-text/nuspell/nuspell-3.1.2.ebuild b/app-text/nuspell/nuspell-3.1.2.ebuild
20 index d5c3f19e7d5..57cbf24e8c7 100644
21 --- a/app-text/nuspell/nuspell-3.1.2.ebuild
22 +++ b/app-text/nuspell/nuspell-3.1.2.ebuild
23 @@ -18,7 +18,7 @@ RDEPEND="dev-libs/icu"
24 DEPEND="${RDEPEND}
25 doc? ( app-text/ronn )
26 test? ( >=dev-cpp/catch-2.3.0:0 )
27 - >=dev-libs/boost-1.62[icu]"
28 + >=dev-libs/boost-1.62[icu,nls]"
29
30 DOCS=( CHANGELOG.md )
31
32
33 diff --git a/app-text/nuspell/nuspell-4.0.0.ebuild b/app-text/nuspell/nuspell-4.0.0.ebuild
34 index f1efba34ff9..b7de7c6dd8c 100644
35 --- a/app-text/nuspell/nuspell-4.0.0.ebuild
36 +++ b/app-text/nuspell/nuspell-4.0.0.ebuild
37 @@ -18,7 +18,7 @@ RDEPEND="dev-libs/icu"
38 DEPEND="${RDEPEND}
39 doc? ( app-text/ronn )
40 test? ( >=dev-cpp/catch-2.3.0:0 )
41 - >=dev-libs/boost-1.62[icu]"
42 + >=dev-libs/boost-1.62[icu,nls]"
43
44 DOCS=( CHANGELOG.md )
45
46
47 diff --git a/app-text/nuspell/nuspell-4.0.1.ebuild b/app-text/nuspell/nuspell-4.0.1.ebuild
48 index eae5d180a1b..f38131dbab5 100644
49 --- a/app-text/nuspell/nuspell-4.0.1.ebuild
50 +++ b/app-text/nuspell/nuspell-4.0.1.ebuild
51 @@ -18,7 +18,7 @@ RDEPEND="dev-libs/icu"
52 DEPEND="${RDEPEND}
53 doc? ( app-text/pandoc )
54 test? ( >=dev-cpp/catch-2.3.0:0 )
55 - >=dev-libs/boost-1.62[icu]"
56 + >=dev-libs/boost-1.62[icu,nls]"
57
58 DOCS=( CHANGELOG.md )