summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2020-02-06 19:20:19 +0100
committerSebastian Pipping <sping@gentoo.org>2020-02-06 19:20:19 +0100
commita65dce81fb175d254d616cc4f8d17887b07dd31f (patch)
tree0fc7077d4e511a1544f0d4dd945fed516f72a77f
parentapp-text/qpdf: Bump to version 9.1.1 (diff)
downloadgentoo-a65dce81.tar.gz
gentoo-a65dce81.tar.bz2
gentoo-a65dce81.zip
app-text/nuspell: Add missing test dependency
Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
-rw-r--r--app-text/nuspell/nuspell-3.0.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/nuspell/nuspell-3.0.0.ebuild b/app-text/nuspell/nuspell-3.0.0.ebuild
index 911f390e6d2f..91e224ba8293 100644
--- a/app-text/nuspell/nuspell-3.0.0.ebuild
+++ b/app-text/nuspell/nuspell-3.0.0.ebuild
@@ -17,6 +17,7 @@ IUSE="doc test"
RDEPEND="dev-libs/icu"
DEPEND="${RDEPEND}
doc? ( app-text/ronn )
+ test? ( >=dev-cpp/catch-2.3.0:0 )
>=dev-libs/boost-1.62[icu]"
DOCS=( CHANGELOG.md )