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: Thu, 06 Feb 2020 18:21:00
Message-Id: 1581013219.a65dce81fb175d254d616cc4f8d17887b07dd31f.sping@gentoo
1 commit: a65dce81fb175d254d616cc4f8d17887b07dd31f
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 18:20:19 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 18:20:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65dce81
7
8 app-text/nuspell: Add missing test dependency
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12
13 app-text/nuspell/nuspell-3.0.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-text/nuspell/nuspell-3.0.0.ebuild b/app-text/nuspell/nuspell-3.0.0.ebuild
17 index 911f390e6d2..91e224ba829 100644
18 --- a/app-text/nuspell/nuspell-3.0.0.ebuild
19 +++ b/app-text/nuspell/nuspell-3.0.0.ebuild
20 @@ -17,6 +17,7 @@ IUSE="doc test"
21 RDEPEND="dev-libs/icu"
22 DEPEND="${RDEPEND}
23 doc? ( app-text/ronn )
24 + test? ( >=dev-cpp/catch-2.3.0:0 )
25 >=dev-libs/boost-1.62[icu]"
26
27 DOCS=( CHANGELOG.md )